tentone 6 năm trước cách đây
mục cha
commit
b70066d962
1 tập tin đã thay đổi với 0 bổ sung2 xóa
  1. 0 2
      source/Viewport.js

+ 0 - 2
source/Viewport.js

@@ -91,8 +91,6 @@ Viewport.prototype.updateControls = function(pointer)
 		this.position.x += pointer.delta.x;
 		this.position.y += pointer.delta.y;
 	}
-
-
 };
 
 /**