소스 검색

Merge branch 'issue-10' into 'staging'

Issue 10

See merge request !63
tags/v0.1.2^2
Big Bad Waffle 7 년 전
부모
커밋
a702f0441d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      src/server/world/physics.js

+ 1
- 1
src/server/world/physics.js 파일 보기

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


불러오는 중...
취소
저장