mirror of
https://github.com/RandomityGuy/MBHaxe.git
synced 2026-03-01 17:40:59 +00:00
limit iters pls
This commit is contained in:
parent
51f7dfb75b
commit
b4deb7e699
1 changed files with 1 additions and 1 deletions
|
|
@ -509,7 +509,7 @@ class Marble extends GameObject {
|
|||
interior.setStopped();
|
||||
}
|
||||
}
|
||||
} while (!done);
|
||||
} while (!done && itersIn < 1e4);
|
||||
// if (this.velocity.lengthSq() < 625) {
|
||||
var gotOne = false;
|
||||
var dir = new Vector(0, 0, 0);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue