diff options
Diffstat (limited to 'src/RendererSectionData.hpp')
-rw-r--r-- | src/RendererSectionData.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/RendererSectionData.hpp b/src/RendererSectionData.hpp index 7153b05..cedb51b 100644 --- a/src/RendererSectionData.hpp +++ b/src/RendererSectionData.hpp @@ -34,6 +34,7 @@ struct RendererSectionData { std::vector<glm::mat4> models; std::vector<glm::vec4> textures; std::vector<float> textureLayers; + std::vector<float> textureFrames; std::vector<glm::vec3> colors; std::vector<glm::vec2> lights; size_t hash = 0; |