diff options
author | heavydemon21 <nielsstunnebrink1@gmail.com> | 2024-11-08 17:31:25 +0100 |
---|---|---|
committer | heavydemon21 <nielsstunnebrink1@gmail.com> | 2024-11-08 17:31:25 +0100 |
commit | 91a277c69fd5f8ba814adc1006a49c7415ff65be (patch) | |
tree | 5545e9a9374e017a45ea56a81c2b7e24091cbcc2 /src/crepe/system | |
parent | cb6aae1751a95a29bc04d805d9cc9135b5c54c1e (diff) |
updated to satisfy the code review
Diffstat (limited to 'src/crepe/system')
-rw-r--r-- | src/crepe/system/AnimatorSystem.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/crepe/system/AnimatorSystem.cpp b/src/crepe/system/AnimatorSystem.cpp index 3d6c807..4ea889a 100644 --- a/src/crepe/system/AnimatorSystem.cpp +++ b/src/crepe/system/AnimatorSystem.cpp @@ -3,11 +3,11 @@ #include <functional> #include <vector> -#include "ComponentManager.h" #include "facade/SDLContext.h" #include "util/log.h" #include "api/Animator.h" +#include "ComponentManager.h" #include "AnimatorSystem.h" using namespace crepe; |