diff options
Diffstat (limited to 'scene/resources/animation.cpp')
-rw-r--r-- | scene/resources/animation.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scene/resources/animation.cpp b/scene/resources/animation.cpp index f2cd2bc933..c49da1ded1 100644 --- a/scene/resources/animation.cpp +++ b/scene/resources/animation.cpp @@ -4484,7 +4484,7 @@ struct AnimationCompressionDataState { void commit_temp_packets() { if (temp_packets.size() == 0) { - return; //nohing to do + return; // Nothing to do. } //#define DEBUG_PACKET_PUSH #ifdef DEBUG_PACKET_PUSH |