Can a high FPS negatively affect how a program runs?

Posted by rphello101 on Game Development See other posts from Game Development or by rphello101
Published on 2012-10-07T16:28:10Z Indexed on 2012/10/07 21:55 UTC
Read the original article Hit count: 145

Filed under:
|
|
|
|

Yeah I know this is a broad question and will get down rated, I'm just hoping for some answer before it gets closed.

Anyway, I'm using Slick 2D/Java to play around with graphics. I'm having some trouble with trying to move an image. The weird thing is, the code works just fine on my laptop, but the image sporadically moves to (0,0) and stops on my desktop. The only difference between the two is that it says the FPS is about 500 on my laptop and 6600 on my desktop. Can that affect it or does someone have any ideas for what to check on?

© Game Development or respective owner

Related posts about java

Related posts about movement