mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-05 15:18:49 +00:00
Rename strings.Builder procedures to be consistent with the rest of the core library
This commit is contained in:
Vendored
+1
-1
@@ -353,7 +353,7 @@ end :: proc(ctx: ^Context) {
|
||||
|
||||
/* reset input state */
|
||||
ctx.key_pressed_bits = {} // clear
|
||||
strings.reset_builder(&ctx.text_input)
|
||||
strings.builder_reset(&ctx.text_input)
|
||||
ctx.mouse_pressed_bits = {} // clear
|
||||
ctx.mouse_released_bits = {} // clear
|
||||
ctx.scroll_delta = Vec2{0, 0}
|
||||
|
||||
Reference in New Issue
Block a user