diff options
| author | Ray <[email protected]> | 2020-01-30 13:47:39 +0100 |
|---|---|---|
| committer | Ray <[email protected]> | 2020-01-30 13:47:39 +0100 |
| commit | 9ce2331cc19082134441adb0610b9cce5a84e13f (patch) | |
| tree | 28da50216078c9b8038874738b1264255f3d0278 /examples/text/text_font_spritefont.c | |
| parent | cacd4a9d90d6f6dcafc3b32c9f77aa2aa9b4b2b7 (diff) | |
| download | raylib-9ce2331cc19082134441adb0610b9cce5a84e13f.tar.gz raylib-9ce2331cc19082134441adb0610b9cce5a84e13f.zip | |
[build] Makefile examples modularization
Now examples can be compiled by module, that's useful when compilation fails at some point
Diffstat (limited to 'examples/text/text_font_spritefont.c')
| -rw-r--r-- | examples/text/text_font_spritefont.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/text/text_font_spritefont.c b/examples/text/text_font_spritefont.c index dff2b47a..4a62c718 100644 --- a/examples/text/text_font_spritefont.c +++ b/examples/text/text_font_spritefont.c @@ -78,7 +78,7 @@ int main(void) UnloadFont(font2); // Font unloading UnloadFont(font3); // Font unloading - CloseWindow(); // Close window and OpenGL context + CloseWindow(); // Close window and OpenGL context //-------------------------------------------------------------------------------------- return 0; |
