Reset follow mode focus count after committing a transform

This commit is contained in:
ryevdokimov 2026-03-10 09:52:17 -04:00
parent a1eaac8171
commit 28ebd60ce2

View file

@ -5233,6 +5233,7 @@ void Node3DEditorViewport::commit_transform() {
collision_reposition = false;
finish_transform();
_reset_follow_mode_count();
set_message("");
}