more misc changes

It seems applying ceil to cache_glyph_to_atlas.dst_glyph_size does generally improve text clarity...
This commit is contained in:
2024-12-30 19:55:16 -05:00
parent 2f2253f12c
commit d61bd8f161
4 changed files with 8 additions and 5 deletions

View File

@ -522,9 +522,9 @@ tick_work_frame :: #force_inline proc( host_delta_time_ms : f64 ) -> b32
config := & get_state().config
debug := & get_state().debug
debug.draw_ui_box_bounds_points = true
debug.draw_ui_box_bounds_points = false
debug.draw_ui_padding_bounds = false
debug.draw_ui_content_bounds = true
debug.draw_ui_content_bounds = false
// config.engine_refresh_hz = 165