The save operations are not threaded, so they just occur between scenes. The save indicator is not shown until the save operation is complete.
Ideally, save operation should be threaded and the save indicator should be shown for the duration of the save operation. If we want to avoid potential thread-related bugs, we could instead just flash up the save indicator before the scene change.
The save operations are not threaded, so they just occur between scenes. The save indicator is not shown until the save operation is complete.
Ideally, save operation should be threaded and the save indicator should be shown for the duration of the save operation. If we want to avoid potential thread-related bugs, we could instead just flash up the save indicator before the scene change.