diff options
author | Oxore <oxore@protonmail.com> | 2017-06-07 07:38:52 +0700 |
---|---|---|
committer | Oxore <oxore@protonmail.com> | 2017-06-07 07:38:52 +0700 |
commit | 6016191f7f9c470cbb4c791d0e35670d04c3487d (patch) | |
tree | 746be15d8f635139a89a8fe285770933df4fd0e6 /src/functions.c | |
parent | 982152f3bade5e91e8971e55bab1c305ac02eba2 (diff) |
minor refactor
Diffstat (limited to 'src/functions.c')
-rw-r--r-- | src/functions.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/functions.c b/src/functions.c index a0a72e4..c3bdbb9 100644 --- a/src/functions.c +++ b/src/functions.c @@ -113,7 +113,7 @@ void initAll() { } font = sfFont_createFromFile("dat/arial.ttf"); if (!font) { - //printf("dat/arial.ttf font load failed"); + printf("dat/arial.ttf font load failed"); exit(-1); } textScore_pos.x = 250+10+10; |