aboutsummaryrefslogtreecommitdiff
path: root/src/libjin/graphics/animations/je_animator.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/libjin/graphics/animations/je_animator.cpp')
-rw-r--r--src/libjin/graphics/animations/je_animator.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/libjin/graphics/animations/je_animator.cpp b/src/libjin/graphics/animations/je_animator.cpp
index 9550116..e15dc90 100644
--- a/src/libjin/graphics/animations/je_animator.cpp
+++ b/src/libjin/graphics/animations/je_animator.cpp
@@ -113,6 +113,11 @@ namespace JinEngine
}
}
+ float Animator::getSpeed()
+ {
+ return mSpeed;
+ }
+
}
}
} \ No newline at end of file