Browse Source

bug #1774: Bandaid fix for character stuck in void

(cherry picked from commit 881562489f)
tags/v0.9.1.6
Shaun 2 years ago
committed by Big Bad Waffle
parent
commit
8faf92e7f8
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      src/client/js/objects/objBase.js

+ 1
- 0
src/client/js/objects/objBase.js View File

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


Loading…
Cancel
Save