Disabled Head rotation while saving replay video

Made video rendering possible while Minecraft is in background
This commit is contained in:
Marius Metzger
2015-03-08 22:51:50 +01:00
parent 5ce12162ce
commit b4ce266375
14 changed files with 122 additions and 143 deletions

View File

@@ -24,7 +24,7 @@ public class SpectateHandler {
};
public static void openSpectateSelection() {
if(!ReplayHandler.replayActive()) {
if(!ReplayHandler.isInReplay()) {
return;
}