randomly change a value and see if that helps anything

master
darkrose 2016-02-11 18:21:42 +10:00
parent 36182068af
commit 44c0bcf1f8
1 changed files with 1 additions and 1 deletions

View File

@ -360,7 +360,7 @@ collisionMoveResult collisionMoveSimple(Map *map,
int loopcount = 0;
while (dtime > BS*1e-10) {
while (dtime > 0.00001) {
//TimeTaker tt3("collisionMoveSimple dtime loop");
ScopeProfiler sp(g_profiler, "collisionMoveSimple dtime loop avg", SPT_AVG);