Skip to content

Commit 9350f06

Browse files
committed
removed test pbo call
1 parent 5a1d6c1 commit 9350f06

File tree

1 file changed

+0
-1
lines changed
  • common/src/main/kotlin/com/lambda/module/modules/render

1 file changed

+0
-1
lines changed

common/src/main/kotlin/com/lambda/module/modules/render/MapPreview.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ object MapPreview : Module(
4040

4141
private val buffer = BufferUtils.createByteBuffer(128*128)
4242
private val texture = Texture(buffer, 128, 128, format = GL_RGB, levels = 1)
43-
private val pbo = PixelBuffer(texture)
4443

4544
@JvmStatic
4645
fun drawMap(stack: ItemStack, x: Int, y: Int) = runSafe {

0 commit comments

Comments
 (0)