Skip to content

Commit 1d5bccf

Browse files
committed
added TODO
1 parent bc5560f commit 1d5bccf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Source/Managers/ActivityMan.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@ bool ActivityMan::SaveCurrentGame(const std::string& fileName) {
134134

135135
// Pull all stuff from MovableMan into the Scene for saving, so existing Actors/ADoors are saved, without transferring ownership, so the game can continue.
136136
// This is done after the activity is saved, in case the activity wants to add anything to the scene while saving.
137+
// TODO- copying may be faster, and lets us move all this actual writing into async
137138
modifiableScene->RetrieveSceneObjects(false);
138139
for (SceneObject* objectToSave: *modifiableScene->GetPlacedObjects(Scene::PlacedObjectSets::PLACEONLOAD)) {
139140
if (MovableObject* objectToSaveAsMovableObject = dynamic_cast<MovableObject*>(objectToSave)) {

0 commit comments

Comments
 (0)