Skip to content

Commit 5c09f62

Browse files
Merge pull request #1096 from LeeRiva/lrdev
Typo
2 parents ddd591a + 8c8c54e commit 5c09f62

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/vsg/animation/AnimationManager.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ bool AnimationManager::play(vsg::ref_ptr<vsg::Animation> animation)
2828
{
2929
CPU_INSTRUMENTATION_L1_NC(instrumentation, "AnimationManager play animation", COLOR_VIEWER);
3030

31-
bool already_actrive = animation->active();
31+
bool already_active = animation->active();
3232
if (animation->start(_simulationTime))
3333
{
34-
if (!already_actrive) animations.push_back(animation);
34+
if (!already_active) animations.push_back(animation);
3535

3636
return true;
3737
}

0 commit comments

Comments
 (0)