Clean up code a bit.

This commit is contained in:
SerpentSpirale 2021-08-12 19:56:18 +02:00
parent 4ccfe06263
commit 08aa9fa96c
3 changed files with 7 additions and 35 deletions

View file

@ -16,6 +16,4 @@ public class MinecraftGLView extends TextureView
//since it forces android to used the background color of the view/layout behind it.
setOpaque(false);
}
}