aboutsummaryrefslogtreecommitdiff
path: root/src/libjin/Graphics/animations/je_animator.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libjin/Graphics/animations/je_animator.h')
-rw-r--r--src/libjin/Graphics/animations/je_animator.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/libjin/Graphics/animations/je_animator.h b/src/libjin/Graphics/animations/je_animator.h
index 84b0385..6510a7d 100644
--- a/src/libjin/Graphics/animations/je_animator.h
+++ b/src/libjin/Graphics/animations/je_animator.h
@@ -24,8 +24,7 @@ namespace JinEngine
bool hasKey(const std::string& key);
void play();
- void switchAnimationByKey(const std::string& key);
- void switchAnimation(const Animation* clip);
+ void switchAnimation(const std::string& key);
///
/// Control clips.
@@ -44,7 +43,7 @@ namespace JinEngine
};
- }
+ } // namespace Animations
} // namespace Graphics
} // namespace JinEngine