diff options
| -rw-r--r-- | editor/editor.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/editor.cpp b/editor/editor.cpp index 0743db9..625a49f 100644 --- a/editor/editor.cpp +++ b/editor/editor.cpp @@ -545,6 +545,7 @@ void RecordImGuiModalCreateAsset() { if (ImGui::Button("Create")) { AM_Register(assetKey, type, assetPath); + shouldRebuildAssetList = true; shouldClose = true; } ImGui::SameLine(); |
