Browse Source

[scene] Fix preview model not being saved

Clément Espeute 7 months ago
parent
commit
041f380a44
1 changed files with 1 additions and 0 deletions
  1. 1 0
      hide/comp/ScenePreview.hx

+ 1 - 0
hide/comp/ScenePreview.hx

@@ -156,6 +156,7 @@ class ScenePreview extends Scene {
 	**/
 	public function setObjectPath(path: String) {
 		previewSettings.modelPath = path;
+		saveSettings();
 		reloadObject();
 	}