Skip to content

Commit

Permalink
EC_AnimationController: 'Draw skeleton' > 'Draw debug'
Browse files Browse the repository at this point in the history
  • Loading branch information
cvetan5 committed Feb 11, 2013
1 parent 667711c commit b04d456
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Core/OgreRenderingModule/EC_AnimationController.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ using namespace OgreRenderer;
EC_AnimationController::EC_AnimationController(Scene* scene) :
IComponent(scene),
animationState(this, "Animation state", ""),
drawSkeleton(this, "Draw skeleton", false),
drawSkeleton(this, "Draw debug", false),
mesh(0)
{
ResetState();
Expand Down

0 comments on commit b04d456

Please sign in to comment.