very minor tidying

This commit is contained in:
2024-03-19 08:36:58 -04:00
parent 36bf6840e4
commit d29a1e20e7
16 changed files with 101 additions and 100 deletions

View File

@ -278,7 +278,7 @@ render_mode_2d :: proc()
// profile_end()
if len(current.text.str) > 0 {
draw_text_string_cached( current.text, world_to_screen_pos(computed.text_pos), style.font_size, style.text_color )
draw_text( current.text, world_to_screen_pos(computed.text_pos), style.font_size, style.text_color )
}
}
}