mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-14 15:10:27 +02:00
typo
This commit is contained in:
parent
289c8d6137
commit
2974241796
1 changed files with 1 additions and 1 deletions
|
@ -111,7 +111,7 @@ void AvatarManager::init() {
|
|||
_renderDistanceController.setKP(0.0008f); // Usually about 0.6 of largest that doesn't oscillate when other parameters 0.
|
||||
_renderDistanceController.setKI(0.0006f); // Big enough to bring us to target with the above KP.
|
||||
_renderDistanceController.setKD(0.000001f); // A touch of kd increases the speed by which we get there.
|
||||
a_renderDistanceController.setHistorySize("av", 240); //FIXME
|
||||
_renderDistanceController.setHistorySize("av", 240); //FIXME
|
||||
}
|
||||
|
||||
void AvatarManager::updateMyAvatar(float deltaTime) {
|
||||
|
|
Loading…
Reference in a new issue