mirror of
https://github.com/RandomityGuy/MBHaxe.git
synced 2026-01-16 20:22:12 +00:00
limit iters pls
This commit is contained in:
parent
b98eeeb9b3
commit
6ddd704a3f
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