Преглед на файлове

add explanation

tags/v0.12.0
kckckc преди 2 години
родител
ревизия
cc95b90351
променени са 1 файла, в които са добавени 4 реда и са изтрити 0 реда
  1. +4
    -0
      src/client/js/rendering/renderer.js

+ 4
- 0
src/client/js/rendering/renderer.js Целия файл

@@ -327,6 +327,10 @@ define([
events.emit('onGetObject', c);
});

//Normally, the mounts mod queues this event when unmounting.
// If we rezone, our effects are destroyed, so the event is queued,
// but flushForTarget clears the event right after and the event is never received.
// We emit it again here to make sure the speed is reset after entering the new zone.
events.emit('onMoveSpeedChange', 0);
},



Зареждане…
Отказ
Запис