Entity parenting on parse

This commit is contained in:
2016-01-12 12:50:31 +01:00
parent 39b9b3c2a7
commit 3678bf6d18
3 changed files with 4 additions and 3 deletions
+1
View File
@@ -31,6 +31,7 @@ private:
bool m_Visible;
boost::filesystem::path m_DefaultEntityDir;
boost::filesystem::path m_CurrentFile;
std::map<boost::filesystem::path, EntityID> m_CurrentFiles;
std::vector<glm::vec2> m_PickingQueue;
enum class WidgetMode