Serializing editor camera position and direction.

Editor camera should resume where it was
This commit is contained in:
Antoine Pilote
2023-07-01 11:49:38 -04:00
parent 076ac59283
commit 93d007680b
4 changed files with 61 additions and 2 deletions

View File

@@ -42,5 +42,4 @@ class ISerializable
public:
virtual json Serialize() = 0;
virtual bool Deserialize(const std::string& str) = 0;
};
};