no abstract
This commit is contained in:
@@ -102,6 +102,4 @@ public abstract class Viewport <A extends Viewport<A>> {
|
|||||||
|
|
||||||
return (A) this;
|
return (A) this;
|
||||||
}
|
}
|
||||||
|
|
||||||
public abstract GlBuffer getRenderList();
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -26,7 +26,6 @@ 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