Fix a crash in Text:set. Fixes issue #1639

This commit is contained in:
Alex Szpakowski
2020-10-16 21:19:50 -03:00
parent 510354e276
commit 2b0f8495bf
2 changed files with 1 additions and 5 deletions
+1 -1
View File
@@ -88,7 +88,7 @@ private:
VertexAttributes vertexAttributes;
BufferBindings vertexBuffers;
Buffer *vertex_buffer;
StrongRef<Buffer> vertex_buffer;
std::vector<Font::DrawCommand> draw_commands;