mirror of
https://github.com/RandomityGuy/MBHaxe.git
synced 2025-10-30 08:11:25 +00:00
limit nudge iterations
This commit is contained in:
parent
65af151b62
commit
714d9079d2
1 changed files with 1 additions and 1 deletions
|
|
@ -1473,7 +1473,7 @@ class Marble extends GameObject {
|
|||
break;
|
||||
prevResolved = resolved;
|
||||
it++;
|
||||
} while (true);
|
||||
} while (true && it < 10);
|
||||
return position;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue