Explorar el Código

Merge branch 'issue-10' into 'staging'

Issue 10

See merge request !63
tags/v0.1.2^2
Big Bad Waffle hace 7 años
padre
commit
a702f0441d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      src/server/world/physics.js

+ 1
- 1
src/server/world/physics.js Ver fichero

@@ -278,7 +278,7 @@ define([
if (node)
return node.isWall();
else
return false;
return true;
},
isCellOpen: function(x, y) {
if ((x < 0) || (y < 0) || (x >= this.width) | (y >= this.height))


Cargando…
Cancelar
Guardar