More consistent naming for vertex and index buffers in love's code.

This commit is contained in:
Alex Szpakowski
2019-06-04 20:29:44 -03:00
parent 44fd8b4e19
commit 8455ef22d5
5 changed files with 74 additions and 75 deletions
+1 -1
View File
@@ -88,7 +88,7 @@ private:
vertex::Attributes vertexAttributes;
vertex::Buffers vertexBuffers;
Buffer *vbo;
Buffer *vertex_buffer;
std::vector<Font::DrawCommand> draw_commands;