no abstract

This commit is contained in:
mcrcortex
2025-07-06 17:28:51 +10:00
parent d6a42f8ef3
commit 936619ce12
2 changed files with 0 additions and 3 deletions

View File

@@ -102,6 +102,4 @@ public abstract class Viewport <A extends Viewport<A>> {
return (A) this; return (A) this;
} }
public abstract GlBuffer getRenderList();
} }

View File

@@ -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;
} }