mirror of
https://github.com/overte-org/overte.git
synced 2025-04-22 09:33:36 +02:00
Merge remote-tracking branch 'upstream/master'
This commit is contained in:
commit
545b928971
1 changed files with 3 additions and 1 deletions
|
@ -51,7 +51,9 @@ public:
|
|||
_cameraFarClip(0.0f),
|
||||
_keyState(NO_KEY_DOWN),
|
||||
_wantResIn(false),
|
||||
_wantColor(true) { };
|
||||
_wantColor(true),
|
||||
_wantDelta(false)
|
||||
{ };
|
||||
|
||||
const glm::vec3& getPosition() const { return _position; }
|
||||
|
||||
|
|
Loading…
Reference in a new issue