mirror of https://github.com/Chlumsky/msdfgen.git
Fix typo in new README section
This commit is contained in:
parent
bb07b5a7a9
commit
9b5cefeb47
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue