mirror of
https://github.com/lubosz/overte.git
synced 2025-04-23 23:33:48 +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));
|
||||
}
|
||||
|
||||
void MyAvatar::update(float deltaTime) {
|
||||
void MyAvatar::update(float deltaTime) {
|
||||
|
||||
if (_goToPending) {
|
||||
setPosition(_goToPosition);
|
||||
|
|
Loading…
Reference in a new issue