Daniele Bartolini пре 6 година
родитељ
комит
18e73427c1
1 измењених фајлова са 0 додато и 1 уклоњено
  1. 0 1
      samples/core/editors/level_editor/camera.lua

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

@@ -59,7 +59,6 @@ end
 
 local function camera_dolly(self, x, y)
 	local drag_delta = Vector3(x, y, 0) - self._drag_start_cursor_xy:unbox()
-	local moving_closer = drag_delta.y < 0 -- To the target
 
 	if self:is_orthographic() then
 		-- Zoom speed is proportional to initial orthographic size