Public updated property for camera class

This commit is contained in:
saschawillems 2018-04-08 12:27:45 +02:00
parent 2d3babb45a
commit f5ba1e8939
2 changed files with 6 additions and 1 deletions

View file

@ -59,7 +59,7 @@ private:
float fpsTimer = 0.0f;
// Get window title with example name, device, et.
std::string getWindowTitle();
/** brief Indicates that the view (position, rotation) has changed and */
/** brief Indicates that the view (position, rotation) has changed and buffers containing camera matrices need to be updated */
bool viewUpdated = false;
// Destination dimensions for resizing the window
uint32_t destWidth;