Fix coolGi's java-8 port

This commit is contained in:
TomTheFurry
2022-04-02 22:18:40 +08:00
parent 6fa968e016
commit 68f4084ab0
2 changed files with 6 additions and 2 deletions
@@ -212,8 +212,9 @@ public class MinecraftRenderWrapper implements IMinecraftRenderWrapper
}
return getMaximumRenderedChunks();
}
@Override
@Deprecated
public int[] getLightmapPixels()
{
LightTexture tex = GAME_RENDERER.lightTexture();
@@ -268,6 +269,7 @@ public class MinecraftRenderWrapper implements IMinecraftRenderWrapper
@Override
@Deprecated
public int getLightmapTextureHeight()
{
int height = -1;
@@ -286,6 +288,7 @@ public class MinecraftRenderWrapper implements IMinecraftRenderWrapper
}
@Override
@Deprecated
public int getLightmapTextureWidth()
{
int width = -1;
@@ -305,6 +308,7 @@ public class MinecraftRenderWrapper implements IMinecraftRenderWrapper
@Override
@Deprecated
public int getLightmapGLFormat() {
int glFormat = -1;
+1 -1
Submodule core updated: f877030eca...4209937c35