14.07.2012, 19:22
You've just made my brain move.
if(fps2 > 1 && fps2 < 100 && fps2 > -1050)
That's the issue since the get-FPS method isn't 100% reliable, thanks!
I found out that I actually don't need the whole check because one is below. It's like my brain was totally paused when I was scripting that.
if(fps2 > 1 && fps2 < 100 && fps2 > -1050)
That's the issue since the get-FPS method isn't 100% reliable, thanks!
I found out that I actually don't need the whole check because one is below. It's like my brain was totally paused when I was scripting that.