mirror of
https://github.com/overte-org/overte.git
synced 2025-08-06 18:25:52 +02:00
Fixed a typo noticed in passing
This commit is contained in:
parent
a5bc1cfd19
commit
e07baf916b
1 changed files with 1 additions and 1 deletions
|
@ -1630,7 +1630,7 @@ void MyAvatar::decreaseSize() {
|
||||||
|
|
||||||
void MyAvatar::resetSize() {
|
void MyAvatar::resetSize() {
|
||||||
_targetScale = 1.0f;
|
_targetScale = 1.0f;
|
||||||
qCDebug(interfaceapp, "Reseted scale to %f", (double)_targetScale);
|
qCDebug(interfaceapp, "Reset scale to %f", (double)_targetScale);
|
||||||
}
|
}
|
||||||
|
|
||||||
void MyAvatar::goToLocation(const glm::vec3& newPosition,
|
void MyAvatar::goToLocation(const glm::vec3& newPosition,
|
||||||
|
|
Loading…
Reference in a new issue