diff options
| author | victorfisac <[email protected]> | 2017-04-16 14:03:39 +0200 |
|---|---|---|
| committer | victorfisac <[email protected]> | 2017-04-16 14:03:39 +0200 |
| commit | 8849a4c7526ee6a321df9393dd69d0b29820311a (patch) | |
| tree | dc7d70f10ecdb971d51de03fb1ea995a68e3d1eb /examples/text/text_ttf_loading.c | |
| parent | 82577ededc43f2673c46d3356cfa3e0746e012a5 (diff) | |
| parent | f5894278b74df34d7850438c36f9d7202ea08091 (diff) | |
| download | raylib-8849a4c7526ee6a321df9393dd69d0b29820311a.tar.gz raylib-8849a4c7526ee6a321df9393dd69d0b29820311a.zip | |
Merge remote-tracking branch 'refs/remotes/raysan5/develop' into develop
Diffstat (limited to 'examples/text/text_ttf_loading.c')
| -rw-r--r-- | examples/text/text_ttf_loading.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/text/text_ttf_loading.c b/examples/text/text_ttf_loading.c index 4aa0bef4..4e490399 100644 --- a/examples/text/text_ttf_loading.c +++ b/examples/text/text_ttf_loading.c @@ -25,7 +25,7 @@ int main() // NOTE: Textures/Fonts MUST be loaded after Window initialization (OpenGL context is required) // TTF SpriteFont loading with custom generation parameters - SpriteFont font = LoadSpriteFontTTF("resources/fonts/KAISG.ttf", 96, 0, 0); + SpriteFont font = LoadSpriteFontTTF("resources/KAISG.ttf", 96, 0, 0); // Generate mipmap levels to use trilinear filtering // NOTE: On 2D drawing it won't be noticeable, it looks like FILTER_BILINEAR |
