mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-25 17:14:59 +02:00
updated comment
This commit is contained in:
parent
544928b46e
commit
279e77f523
1 changed files with 2 additions and 2 deletions
|
@ -340,8 +340,8 @@ void MyAvatar::simulate(float deltaTime) {
|
|||
_skeletonModel->simulate(deltaTime);
|
||||
}
|
||||
|
||||
// we've achived our final adjusted our position & rotation for the avatar
|
||||
// and all joints, we can now update our attachements.
|
||||
// we've achived our final adjusted position and rotation for the avatar
|
||||
// and all of its joints, now update our attachements.
|
||||
Avatar::simulateAttachments(deltaTime);
|
||||
|
||||
if (!_skeletonModel->hasSkeleton()) {
|
||||
|
|
Loading…
Reference in a new issue