Fixed warnings

This commit is contained in:
Robert Osfield
2008-12-17 15:32:35 +00:00
parent 33545ab332
commit c85437e967
9 changed files with 49 additions and 39 deletions

View File

@@ -152,7 +152,7 @@ namespace osgAnimation
enum State
{
Play,
Stop,
Stop
};
State _state;
@@ -168,7 +168,7 @@ namespace osgAnimation
enum State
{
Play,
Stop,
Stop
};