Przeglądaj źródła

Merge branch 'issue-10' into 'staging'

Issue 10

See merge request !63
tags/v0.1.2^2
Big Bad Waffle 7 lat temu
rodzic
commit
a702f0441d
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      src/server/world/physics.js

+ 1
- 1
src/server/world/physics.js Wyświetl plik

@@ -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))


Ładowanie…
Anuluj
Zapisz