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