mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 10:17:40 +02:00
hack test
This commit is contained in:
parent
20d77fae3c
commit
bfbad539e0
1 changed files with 1 additions and 1 deletions
|
@ -166,7 +166,7 @@ void MyAvatar::simulate(float deltaTime) {
|
||||||
if (_scale != _targetScale) {
|
if (_scale != _targetScale) {
|
||||||
float scale = (1.0f - SMOOTHING_RATIO) * _scale + SMOOTHING_RATIO * _targetScale;
|
float scale = (1.0f - SMOOTHING_RATIO) * _scale + SMOOTHING_RATIO * _targetScale;
|
||||||
setScale(scale);
|
setScale(scale);
|
||||||
Application::getInstance()->getCamera()->setScale(scale);
|
//Application::getInstance()->getCamera()->setScale(scale);
|
||||||
}
|
}
|
||||||
|
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue