mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2025-11-25 01:24:48 +00:00
Dispose of monitor display lists when unloading worlds
This means all display lists are correctly deleted when changing dimensions/exiting to main menu.
This commit is contained in:
@@ -505,11 +505,6 @@ public class ComputerCraft
|
||||
return proxy.getRenderFrame();
|
||||
}
|
||||
|
||||
public static void deleteDisplayLists( int list, int range )
|
||||
{
|
||||
proxy.deleteDisplayLists( list, range );
|
||||
}
|
||||
|
||||
public static Object getFixedWidthFontRenderer()
|
||||
{
|
||||
return proxy.getFixedWidthFontRenderer();
|
||||
|
||||
Reference in New Issue
Block a user