mirror of
https://github.com/memononen/nanovg
synced 2026-09-26 16:19:07 +03:00
Merge pull request #392 from satoren/crash_on_32bit_platform
Fix example crash on 32bit platform
This commit is contained in:
commit
cfa175a0b9
1 changed files with 1 additions and 1 deletions
|
|
@ -312,7 +312,7 @@ int fons__tt_getGlyphKernAdvance(FONSttFontImpl *font, int glyph1, int glyph2)
|
|||
#endif
|
||||
|
||||
#ifndef FONS_SCRATCH_BUF_SIZE
|
||||
# define FONS_SCRATCH_BUF_SIZE 64000
|
||||
# define FONS_SCRATCH_BUF_SIZE 96000
|
||||
#endif
|
||||
#ifndef FONS_HASH_LUT_SIZE
|
||||
# define FONS_HASH_LUT_SIZE 256
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue