We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8759fe0 commit e22dc78Copy full SHA for e22dc78
ttf/sdl_ttf_test.go
@@ -30,7 +30,7 @@ func TestTTF(t *testing.T) {
30
t.Errorf("Failed to initialize TTF: %s\n", err)
31
}
32
33
- if font, err = OpenFont("../assets/test.ttf", 32); err != nil {
+ if font, err = OpenFont("../.go-sdl2-examples/assets/test.ttf", 32); err != nil {
34
t.Errorf("Failed to open font: %s\n", err)
35
36
defer font.Close()
0 commit comments