diff options
Diffstat (limited to '')
-rw-r--r-- | src/RendererSectionData.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/RendererSectionData.hpp b/src/RendererSectionData.hpp index cedb51b..3062d0c 100644 --- a/src/RendererSectionData.hpp +++ b/src/RendererSectionData.hpp @@ -31,7 +31,7 @@ struct SectionsData { }; struct RendererSectionData { - std::vector<glm::mat4> models; + std::vector<glm::vec4> positions; std::vector<glm::vec4> textures; std::vector<float> textureLayers; std::vector<float> textureFrames; |