NK-136 - Reordered Context Menu, Renamed Items, Load Scene
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user