mirror of
https://github.com/JulianGro/overte.git
synced 2025-06-21 20:49:24 +02:00
remove unused data member
This commit is contained in:
parent
d1e2e9ce71
commit
e36dbab838
1 changed files with 0 additions and 1 deletions
|
@ -69,7 +69,6 @@ private:
|
||||||
graphics::SkyboxPointer editSkybox() { return editBackground()->getSkybox(); }
|
graphics::SkyboxPointer editSkybox() { return editBackground()->getSkybox(); }
|
||||||
graphics::HazePointer editHaze() { _needHazeUpdate = true; return _haze; }
|
graphics::HazePointer editHaze() { _needHazeUpdate = true; return _haze; }
|
||||||
|
|
||||||
bool _needsInitialSimulation{ true };
|
|
||||||
glm::vec3 _lastPosition;
|
glm::vec3 _lastPosition;
|
||||||
glm::vec3 _lastDimensions;
|
glm::vec3 _lastDimensions;
|
||||||
glm::quat _lastRotation;
|
glm::quat _lastRotation;
|
||||||
|
|
Loading…
Reference in a new issue