mirror of
https://github.com/overte-org/overte.git
synced 2025-04-19 13:43:49 +02:00
typo
This commit is contained in:
parent
bad47bd527
commit
03d192574d
1 changed files with 1 additions and 1 deletions
|
@ -208,7 +208,7 @@ void Hand::simulateToyBall(PalmData& palm, const glm::vec3& fingerTipPosition, f
|
|||
TOY_BALL_UPDATE_SCRIPT);
|
||||
|
||||
// after releasing the ball, we free our ParticleEditHandle so we can't edit it further
|
||||
// note: deleting the edit handle doesn't effect the act ual particle
|
||||
// note: deleting the edit handle doesn't effect the actual particle
|
||||
delete _ballParticleEditHandles[handID];
|
||||
_ballParticleEditHandles[handID] = NULL;
|
||||
|
||||
|
|
Loading…
Reference in a new issue