Skip to content

Commit

Permalink
do not save scene on load
Browse files Browse the repository at this point in the history
  • Loading branch information
benkuper committed Nov 15, 2024
1 parent a603e6c commit d747e50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Scene/Scene.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Scene::Scene(const String& name) :
isCurrent->dashboardDefaultLabelParentLevel = 1;
isCurrent->dashboardDefaultAppendLabel = true;

saveScene(); //is this good ?
if(!Engine::mainEngine->isLoadingFile) saveScene();

interpolationCurve.isSelectable = false;
interpolationCurve.length->setValue(1);
Expand Down

0 comments on commit d747e50

Please sign in to comment.