[keel] Remove setAsset

This commit is contained in:
2024-05-27 21:13:17 -05:00
parent 27b38ed250
commit f189469926
3 changed files with 0 additions and 52 deletions
@@ -50,7 +50,6 @@ void SceneEditorImGui::onActivated() noexcept {
ox::Error SceneEditorImGui::saveItem() noexcept {
const auto sctx = applicationData<studio::StudioContext>(m_ctx);
oxReturnError(sctx->project->writeObj(itemPath(), m_editor.scene()));
oxReturnError(keelCtx(m_ctx).assetManager.setAsset(itemPath(), m_editor.scene()));
return {};
}