mirror of
https://github.com/overte-org/overte.git
synced 2025-08-06 18:50:00 +02:00
fix whitespace offset due to merge conflict
This commit is contained in:
parent
fa5256eefd
commit
9457794d9e
1 changed files with 1 additions and 1 deletions
|
@ -155,7 +155,7 @@ void MyAvatar::reset() {
|
||||||
setOrientation(glm::quat(eulers));
|
setOrientation(glm::quat(eulers));
|
||||||
}
|
}
|
||||||
|
|
||||||
void MyAvatar::update(float deltaTime) {
|
void MyAvatar::update(float deltaTime) {
|
||||||
|
|
||||||
if (_goToPending) {
|
if (_goToPending) {
|
||||||
setPosition(_goToPosition);
|
setPosition(_goToPosition);
|
||||||
|
|
Loading…
Reference in a new issue