]> git.localhorst.tv Git - blank.git/blobdiff - src/ui/widgets.cpp
model -> mesh
[blank.git] / src / ui / widgets.cpp
index 852d2f15a4b092cec982576cf0710cee569c3634..b19dbcf62de2cc4e76275b57e5b8c4b087e45af2 100644 (file)
@@ -110,7 +110,7 @@ void Text::Set(const Font &font, const char *text) {
 
 namespace {
 
-SpriteModel::Buffer sprite_buf;
+SpriteMesh::Buffer sprite_buf;
 
 }