Fixed path to font

This commit is contained in:
Robert Osfield
2008-07-16 16:19:19 +00:00
parent 2fefc911fd
commit b0d1f419e3

View File

@@ -64,7 +64,7 @@ _styleManager (new StyleManager()) {
label->setFontSize(13);
label->setFontColor(1.0f, 1.0f, 1.0f, 1.0f);
label->setFont("fonts/monospace.ttf");
label->setFont("fonts/VeraMono.ttf");
label->setPadding(5.0f);
label->setCanFill(true);