Page 1 of 1

Speed of the game changes weirdly.

Posted: Fri Dec 04, 2015 10:48 am
by Syberic
I have a multiplayer game. Two spheres just moving around on the screen, but when i move the game client to another "tag"(virtual screen) game just speeds up x3-x5. Everything is moving faster, coordinates are changing faster. What can cause this? If you need any code or more info i will provide.

Re: Speed of the game changes weirdly.

Posted: Fri Dec 04, 2015 2:28 pm
by bobbyjones
Make sure to use dt with any math. It helps keep the physics framerate independent. Which may the issue here. If on one machine it has an high fps it could possibly cause the maths to be done more.