readd override thing
This commit is contained in:
@@ -102,4 +102,6 @@ public abstract class Viewport <A extends Viewport<A>> {
|
|||||||
|
|
||||||
return (A) this;
|
return (A) this;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public abstract GlBuffer getRenderList();
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -26,6 +26,7 @@ public class MDICViewport extends Viewport<MDICViewport> {
|
|||||||
this.positionScratchBuffer.free();
|
this.positionScratchBuffer.free();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
public GlBuffer getRenderList() {
|
public GlBuffer getRenderList() {
|
||||||
return this.indirectLookupBuffer;
|
return this.indirectLookupBuffer;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user