Browse Source

[scene] Fix preview model not being saved

Clément Espeute 7 tháng trước cách đây
mục cha
commit
041f380a44
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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();
 	}