Added GuiRenderSettings to customize rendering

This commit is contained in:
CrushedPixel
2015-05-24 01:26:01 +02:00
parent 18f22f57d0
commit 2b3bc2787a
8 changed files with 384 additions and 22 deletions

View File

@@ -78,6 +78,8 @@ public class ReplayProcess {
}
public static void startReplayProcess(RenderOptions renderOptions) {
mc.displayGuiScreen(null);
ReplayHandler.selectKeyframe(null);
resetProcess();