Fix Resize to Fit to properly dirty state of level editor

#3670 #3735
This commit is contained in:
Wojtek Figat
2026-01-11 22:17:50 +01:00
parent ca09852898
commit 72bb2dd932
2 changed files with 4 additions and 3 deletions

View File

@@ -42,6 +42,7 @@ namespace FlaxEditor.SceneGraph.Actors
if (value is BoxCollider collider)
collider.AutoResize(!_keepLocalOrientation);
}
Presenter.OnModified();
}
}