Explorar el Código

bug #1774: Bandaid fix for character stuck in void

(cherry picked from commit 881562489f)
tags/v0.9.1.6
Shaun hace 2 años
committed by Big Bad Waffle
padre
commit
8faf92e7f8
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. +1
    -0
      src/client/js/objects/objBase.js

+ 1
- 0
src/client/js/objects/objBase.js Ver fichero

@@ -117,6 +117,7 @@ define([
this.self ||
(
renderer.sprites[x] &&
renderer.sprites[x][y] &&
renderer.sprites[x][y].length > 0 &&
!renderer.isHidden(x, y)
)


Cargando…
Cancelar
Guardar