Skip to content

Commit

Permalink
try increasing storage for the sake of it
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasp85 committed Mar 1, 2024
1 parent cf5d3fa commit e70ca78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/text_renderer.h
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ class TextRenderer {
id_buffer.reserve(expected_max);
cluster_buffer.reserve(expected_max);
font_buffer.reserve(expected_max);
fallback_buffer.reserve(expected_max);
fallback_buffer.reserve(expected_max*20);
scaling_buffer.reserve(expected_max);

int err = textshaping::string_shape(
Expand Down

0 comments on commit e70ca78

Please sign in to comment.