X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fui%2Fwidgets.cpp;h=b19dbcf62de2cc4e76275b57e5b8c4b087e45af2;hb=f430ad789fe620ad2e8b2b2b99af868372791295;hp=852d2f15a4b092cec982576cf0710cee569c3634;hpb=376fc1fca87fcdd22dabadf6d01d245ef8c3cedd;p=blank.git diff --git a/src/ui/widgets.cpp b/src/ui/widgets.cpp index 852d2f1..b19dbcf 100644 --- a/src/ui/widgets.cpp +++ b/src/ui/widgets.cpp @@ -110,7 +110,7 @@ void Text::Set(const Font &font, const char *text) { namespace { -SpriteModel::Buffer sprite_buf; +SpriteMesh::Buffer sprite_buf; }