diff options
Diffstat (limited to 'modules/gltf/structures/gltf_accessor.h')
-rw-r--r-- | modules/gltf/structures/gltf_accessor.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/gltf/structures/gltf_accessor.h b/modules/gltf/structures/gltf_accessor.h index c9abbda668..bfb71d57fe 100644 --- a/modules/gltf/structures/gltf_accessor.h +++ b/modules/gltf/structures/gltf_accessor.h @@ -101,4 +101,5 @@ public: int get_sparse_values_byte_offset(); void set_sparse_values_byte_offset(int p_sparse_values_byte_offset); }; + #endif // GLTF_ACCESSOR_H |