Open msg555 opened 3 years ago
The current save procedure clears the existing map data before writing the new map data. We should instead use a write and replace mechanism which on most file systems should be very unlikely to lose data.
The current save procedure clears the existing map data before writing the new map data. We should instead use a write and replace mechanism which on most file systems should be very unlikely to lose data.