Skip to content

Commit 9f70fe2

Browse files
committed
font path bugfix
1 parent 68b36c5 commit 9f70fe2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorial/FontTutorial.bas

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ DIM AS FONT_t PTR emeraldfont = FONT ("emerald.font", 17)
1212

1313
' load a font from a specific directory
1414

15-
DIM AS FONT_t PTR myfont = FONT ("future.font", 30, "PROGDIR:/Fonts")
15+
DIM AS FONT_t PTR myfont = FONT ("future.font", 30, "PROGDIR:Fonts")
1616

1717
' use our custom font
1818

0 commit comments

Comments
 (0)