mirror of
https://github.com/RandomityGuy/MBHaxe.git
synced 2026-04-27 21:21:41 +00:00
limit nudge iterations
This commit is contained in:
parent
6e578323ec
commit
66a1457153
1 changed files with 1 additions and 1 deletions
|
|
@ -1238,7 +1238,7 @@ class Marble extends GameObject {
|
||||||
break;
|
break;
|
||||||
prevResolved = resolved;
|
prevResolved = resolved;
|
||||||
it++;
|
it++;
|
||||||
} while (true);
|
} while (true && it < 10);
|
||||||
return position;
|
return position;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue