You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-12-07 17:36:07 +00:00
Fix how snapping is applied to 3D polygon editing, make it more friendly.
This commit is contained in:
@@ -78,6 +78,7 @@ class Polygon3DEditor : public HBoxContainer {
|
||||
Vector<Vector2> pre_move_edit;
|
||||
Vector<Vector2> wip;
|
||||
bool wip_active;
|
||||
bool snap_ignore;
|
||||
|
||||
float prev_depth;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user