mirror of
https://github.com/flame-engine/flame.git
synced 2025-11-11 18:11:12 +08:00
fix typo
This commit is contained in:
@@ -28,7 +28,7 @@ class Animation {
|
|||||||
/// Total elapsed time of this animation, in seconds, since start or a reset.
|
/// Total elapsed time of this animation, in seconds, since start or a reset.
|
||||||
double elapsed = 0.0;
|
double elapsed = 0.0;
|
||||||
|
|
||||||
/// Wether the animation loops after the last sprite of the list, going back to the first, or keeps returning the last when done.
|
/// Whether the animation loops after the last sprite of the list, going back to the first, or keeps returning the last when done.
|
||||||
bool loop = true;
|
bool loop = true;
|
||||||
|
|
||||||
/// Creates an empty animation
|
/// Creates an empty animation
|
||||||
|
|||||||
Reference in New Issue
Block a user