Fix typo in new README section

This commit is contained in:
KitsuneAlex 2024-05-03 02:33:39 +02:00
parent bb07b5a7a9
commit 9b5cefeb47
No known key found for this signature in database
GPG Key ID: 6B0CE864BB69B7D0
1 changed files with 1 additions and 1 deletions

View File

@ -176,7 +176,7 @@ int main(int num_args, char** args) {
// DO SOMETHING WITH THE GENERATED GLYPH BITMAP HERE..
// Make sure to free heap allocated resource when we're done
// Make sure to free heap allocated resources when we're done
msdf_shape_free(shape);
msdf_bitmap_free(bitmap);
return 0;