mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-29 22:22:54 +02:00
Merge pull request #353 from ZappoMan/master
fixed Philip's no animation problem
This commit is contained in:
commit
1e63bb8d20
1 changed files with 3 additions and 1 deletions
|
@ -50,7 +50,9 @@ public:
|
||||||
_cameraFarClip(0.0f),
|
_cameraFarClip(0.0f),
|
||||||
_keyState(NO_KEY_DOWN),
|
_keyState(NO_KEY_DOWN),
|
||||||
_wantResIn(false),
|
_wantResIn(false),
|
||||||
_wantColor(true) { };
|
_wantColor(true),
|
||||||
|
_wantDelta(false)
|
||||||
|
{ };
|
||||||
|
|
||||||
const glm::vec3& getPosition() const { return _position; }
|
const glm::vec3& getPosition() const { return _position; }
|
||||||
void setPosition(const glm::vec3 position) { _position = position; }
|
void setPosition(const glm::vec3 position) { _position = position; }
|
||||||
|
|
Loading…
Reference in a new issue