Created GuiEntryListEntry interface for GuiEntryList contained classes to avoid toString() methods from having to be abused
Created GuiFileChooser and according Listeners Added (non-functional) GuiAssetAdder for CustomImageObjects
This commit is contained in:
@@ -38,7 +38,6 @@ public class CustomObjectRenderer {
|
||||
|
||||
GlStateManager.disableTexture2D();
|
||||
|
||||
//do stuff here
|
||||
for(CustomImageObject object : ReplayHandler.getCustomImageObjects()) {
|
||||
drawCustomImageObject(doubleX, doubleY, doubleZ, object);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user