3D Editor treaks

This commit is contained in:
IlyaShurupov 2024-11-05 12:26:48 +03:00 committed by Ilya Shurupov
parent 8d167b960a
commit 573541ba2d
27 changed files with 254 additions and 124 deletions

View file

@ -27,7 +27,7 @@ Canvas::Canvas(Window* window) {
mContext->vg = nvgCreateGL3(NVG_ANTIALIAS | NVG_STENCIL_STROKES);
if (nvgCreateFont(mContext->vg, "default", "Font.ttf") == -1) {
if (nvgCreateFont(mContext->vg, "default", "rsc/Font.ttf") == -1) {
ASSERT(!"Cant create NVG font")
}
}