SGCT compile fix

First pass for pull request
This commit is contained in:
Alexander Bock
2020-06-11 00:24:58 +02:00
parent 748fc64d60
commit 433d96bbb4
19 changed files with 306 additions and 298 deletions

View File

@@ -77,7 +77,7 @@ public:
const glm::mat4& projectionMatrix);
void drawOverlays();
void postDraw();
std::vector<Profile::AssetEvent> listOfAllAssetEvents();
std::vector<Profile::AssetEvent> assetEvents();
void resetAssetChangeTracking();
void resetPropertyChangeFlags();
void keyboardCallback(Key key, KeyModifier mod, KeyAction action);