mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 19:16:56 +02:00
dont change camera scale with avatar scale
This commit is contained in:
parent
bfbad539e0
commit
aec0bd1693
1 changed files with 0 additions and 1 deletions
|
@ -166,7 +166,6 @@ 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);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue