Daniele Bartolini 9 سال پیش
والد
کامیت
d3f15b5aaa
2فایلهای تغییر یافته به همراه0 افزوده شده و 2 حذف شده
  1. 0 1
      samples/01-physics/core/editors/level_editor/camera.lua
  2. 0 1
      samples/01-physics/lua/camera.lua

+ 0 - 1
samples/01-physics/core/editors/level_editor/camera.lua

@@ -7,7 +7,6 @@ function FPSCamera:init(world, unit)
 	self._unit = unit
 	self._translation_speed = 0.75
 	self._rotation_speed = 0.006
-	self._orthographic_zoom = 10
 end
 
 function FPSCamera:unit()

+ 0 - 1
samples/01-physics/lua/camera.lua

@@ -13,7 +13,6 @@ function FPSCamera:init(world, unit)
 	self._sg = World.scene_graph(world)
 	self._translation_speed = 0.05
 	self._rotation_speed = 0.006
-	self._orthographic_zoom = 10
 end
 
 function FPSCamera:unit()