Revert "The reason why the Mouse was not visible on my Mac after rendering was that the cursor was at some very odd position far far away from the actual MC window (in fullscreen)."

This reverts commit d46be20d72.
This commit is contained in:
CrushedPixel
2015-07-23 13:14:47 +02:00
parent 13481416b7
commit 371d26aaff

View File

@@ -20,7 +20,6 @@ import net.minecraft.client.renderer.chunk.RenderChunk;
import net.minecraft.client.resources.I18n;
import net.minecraft.crash.CrashReport;
import net.minecraft.util.ReportedException;
import org.lwjgl.input.Mouse;
import java.io.IOException;
@@ -134,8 +133,6 @@ public class ReplayProcess {
ReplayMod.chatMessageHandler.addLocalizedChatMessage("replaymod.chat.pathinterrupted", ChatMessageType.INFORMATION);
}
Mouse.setCursorPosition(0, 0);
ReplayHandler.setInPath(false);
ReplayMod.replaySender.setAsyncMode(true);