Removed backVisible field from CustomImageObject

Updated new instance creations of GuiEntryListEntry whose constructor changed in last commit
This commit is contained in:
CrushedPixel
2015-07-07 17:04:01 +02:00
parent aa3a13b5a8
commit cf2a8adb4c
4 changed files with 12 additions and 12 deletions

View File

@@ -54,7 +54,7 @@ public class GuiKeyframeRepository extends GuiScreen implements GuiReplayOverlay
if(!initialized) {
screenTitle = I18n.format("replaymod.gui.keyframerepository.title");
keyframeSetList = new GuiEntryList<KeyframeSet>(GuiConstants.KEYFRAME_REPOSITORY_LIST, mc.fontRendererObj,
keyframeSetList = new GuiEntryList<KeyframeSet>(mc.fontRendererObj,
0, 45, 0, h);
for(KeyframeSet set : keyframeRepository)