diff options
| author | Ray <[email protected]> | 2022-06-12 00:52:15 +0200 |
|---|---|---|
| committer | Ray <[email protected]> | 2022-06-12 00:52:15 +0200 |
| commit | f9426912f685d21d07b408e3cc35199044a168cd (patch) | |
| tree | ed928a04c3ab6b7956d6a973bae2840e326bfb2e /examples/text | |
| parent | ad332f49ed9fc8ed71cfae34bd3703cecaa79d3d (diff) | |
| download | raylib-f9426912f685d21d07b408e3cc35199044a168cd.tar.gz raylib-f9426912f685d21d07b408e3cc35199044a168cd.zip | |
Update text_font_filters.c
Diffstat (limited to 'examples/text')
| -rw-r--r-- | examples/text/text_font_filters.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/examples/text/text_font_filters.c b/examples/text/text_font_filters.c index 32ae11a6..874f0349 100644 --- a/examples/text/text_font_filters.c +++ b/examples/text/text_font_filters.c @@ -123,8 +123,6 @@ int main(void) // De-Initialization //-------------------------------------------------------------------------------------- - UnloadDroppedFiles(); // Clear internal buffers - UnloadFont(font); // Font unloading CloseWindow(); // Close window and OpenGL context |
