andrewphorn / ClassiCube-Client

The applet used for classicube.net
34 stars 19 forks source link

VSync locks to 60fps #264

Closed Jonty800 closed 10 years ago

Jonty800 commented 10 years ago

https://github.com/andrewphorn/ClassiCube-Client/blob/master/src/main/java/com/mojang/minecraft/Minecraft.java#L1694

Issue lies here. Perhaps consider changing to a desired FPS system as previously discussed

mstefarov commented 10 years ago

cc7b3c63db086d6364e0880b4304123c6b346b34 improves this by adding several FPS limit options: 20, 30, 40, 60, 75, 85, 120, and 144. A slider would be ideal, but that's more work.