mirror of
https://github.com/RandomityGuy/MBHaxe.git
synced 2026-01-12 10:12:09 +00:00
fix the MP bug that was reported
This commit is contained in:
parent
262f161b1c
commit
7eaed31dd1
1 changed files with 1 additions and 0 deletions
|
|
@ -136,6 +136,7 @@ class PathedInterior extends InteriorObject {
|
|||
stopped = false;
|
||||
if (currentTime == targetTime) {
|
||||
velocity.set(0, 0, 0);
|
||||
this.collider.velocity.set(0, 0, 0);
|
||||
} else {
|
||||
var delta = 0.0;
|
||||
if (targetTime < 0) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue