NK-136 - Reordered Context Menu, Renamed Items, Load Scene

This commit is contained in:
emerycp
2023-07-22 02:45:29 -04:00
parent 7977734f9b
commit dcedc4b8ea
2 changed files with 39 additions and 27 deletions

View File

@@ -43,7 +43,7 @@ namespace Nuake
void Project::SaveAs(const std::string& FullPath)
{
json j = Serialize();
std::string serialized_string = j.dump();
std::string serialized_string = j.dump(4);
// TODO: Use file interface here...
// Write to file.