Skip to content

Commit 2cf203e

Browse files
committed
Tweak the delay before moving an object with gizmo in the 3D editor
1 parent 7371537 commit 2cf203e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GDJS/Runtime/InGameEditor/InGameEditor.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -674,7 +674,7 @@ namespace gdjs {
674674
scaleZ: float;
675675
}
676676
) {
677-
if (Date.now() - this.startTime < 200) {
677+
if (Date.now() - this.startTime < 150) {
678678
// Avoid miss-clicks gizmo dragging point to change object positions.
679679
return;
680680
}

0 commit comments

Comments
 (0)