mirror of
https://github.com/memononen/nanovg
synced 2026-09-26 16:19:07 +03:00
Merge pull request #508 from kennysharma/master
Fix compile issue for missing { in fontstash.h
This commit is contained in:
commit
f4069e6a1a
1 changed files with 1 additions and 0 deletions
|
|
@ -273,6 +273,7 @@ int fons__tt_init(FONScontext *context)
|
|||
}
|
||||
|
||||
int fons__tt_done(FONScontext *context)
|
||||
{
|
||||
FONS_NOTUSED(context);
|
||||
return 1;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue