mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 17:01:18 +02:00
remove unused data member
This commit is contained in:
parent
ae0af3ab62
commit
b515fd50fc
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