Posted July 9, 201213 yr How can I get the frame rate of Minecraft? I want to know this to reduce lag if the lag is too much... http://calclavia.com/uploads/banner.png[/img]
July 9, 201213 yr No clue, but maybe look at the F3/Debug screen in code and see where it pulls it from?
July 9, 201213 yr this might help found this in net.minecraft.client public static long[] frameTimes = new long[512]; or this /** holds the current fps */ int fpsCounter = 0;
July 9, 201213 yr Author this might help found this in net.minecraft.client public static long[] frameTimes = new long[512]; or this /** holds the current fps */ int fpsCounter = 0; Thanks http://calclavia.com/uploads/banner.png[/img]
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.