mirror of
https://github.com/emilk/egui.git
synced 2026-07-09 08:17:27 +00:00
288c74e332
When using fonts with an average of 50,000 characters, 'epaint texture atlas overflowed!' may be printed and cause problems. It is necessary to expand the max value related to texture. * Closes #5256 --------- Co-authored-by: Emil Ernerfeldt <emil.ernerfeldt@gmail.com>