Global sweep to cleanup the handling of floating point numbers and glm default initialization

This commit is contained in:
Alexander Bock
2021-06-16 23:09:49 +02:00
parent 03a55c930d
commit a69b636dea
18 changed files with 36 additions and 36 deletions

View File

@@ -125,7 +125,7 @@ private:
bool _hasScheduledAssetLoading = false;
std::string _scheduledAssetPathToLoad;
glm::vec2 _mousePosition;
glm::vec2 _mousePosition = glm::vec2(0.f);
//grabs json from each module to pass to the documentation engine.
std::string _documentationJson;