Game Development Community

Full speed in background

by Ian Omroth Hardingham · in Technical Issues · 08/20/2010 (11:22 am) · 3 replies

Hey guys.

I'd like Torque to run at full capacity when not the foreground window. I've set Pref::backgroundSleepTime to be 0, but there's still a clear different when Torque is not the selected window. Does anyone have any advice?

Thanks,
Ian

#1
08/20/2010 (1:00 pm)
change sgBackgroundProcessSleepTime in platform.cpp
#2
08/20/2010 (1:06 pm)
Hi Chris. I do believe that I mentioned in my original post that I have (basically) done that.