diff options
Diffstat (limited to 'modules/gltf/structures/gltf_animation.h')
-rw-r--r-- | modules/gltf/structures/gltf_animation.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/gltf/structures/gltf_animation.h b/modules/gltf/structures/gltf_animation.h index 8688ddb937..3777f579f6 100644 --- a/modules/gltf/structures/gltf_animation.h +++ b/modules/gltf/structures/gltf_animation.h @@ -71,4 +71,5 @@ private: bool loop = false; HashMap<int, Track> tracks; }; + #endif // GLTF_ANIMATION_H |