Skip to content

Commit fc499dc

Browse files
authored
move_freecam: Fix element physics when interacting with water or other elements (#648)
Fix ancient bug
1 parent 2b78652 commit fc499dc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

[editor]/move_freecam/move_freecam.lua

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,6 @@ end
111111

112112
local function onClientRender_freecam()
113113
if (selectedElement and isElement(selectedElement)) then
114-
setElementVelocity(selectedElement,0,0,0) --!w
115114

116115
camX, camY, camZ, targetX, targetY, targetZ = getCameraMatrix()
117116

0 commit comments

Comments
 (0)