mirror of
https://github.com/overte-org/overte.git
synced 2025-08-07 23:49:55 +02:00
CR feedback
This commit is contained in:
parent
2dae78b82c
commit
60182a78cb
2 changed files with 6 additions and 6 deletions
|
@ -76,7 +76,7 @@ void EntityTreeRenderer::init() {
|
|||
// make sure our "last avatar position" is something other than our current position, so that on our
|
||||
// first chance, we'll check for enter/leave entity events.
|
||||
glm::vec3 avatarPosition = Application::getInstance()->getAvatar()->getPosition();
|
||||
_lastAvatarPosition = avatarPosition + glm::vec3(1.f,1.f,1.f);
|
||||
_lastAvatarPosition = avatarPosition + glm::vec3(1.f, 1.f, 1.f);
|
||||
}
|
||||
|
||||
QScriptValue EntityTreeRenderer::loadEntityScript(const EntityItemID& entityItemID) {
|
||||
|
|
Loading…
Reference in a new issue