Skip to content

Commit

Permalink
[scene] Fix preview model not being saved
Browse files Browse the repository at this point in the history
  • Loading branch information
EspeuteClement committed Jan 30, 2025
1 parent d8467fd commit 041f380
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hide/comp/ScenePreview.hx
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@ class ScenePreview extends Scene {
**/
public function setObjectPath(path: String) {
previewSettings.modelPath = path;
saveSettings();
reloadObject();
}

Expand Down

0 comments on commit 041f380

Please sign in to comment.