mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-05 15:18:49 +00:00
Convert all uses of *_from_slice to *_from_bytes where appropriate
This commit is contained in:
Vendored
+1
-1
@@ -309,7 +309,7 @@ init :: proc(ctx: ^Context) {
|
||||
ctx.draw_frame = default_draw_frame
|
||||
ctx._style = default_style
|
||||
ctx.style = &ctx._style
|
||||
ctx.text_input = strings.builder_from_slice(ctx._text_store[:])
|
||||
ctx.text_input = strings.builder_from_bytes(ctx._text_store[:])
|
||||
}
|
||||
|
||||
begin :: proc(ctx: ^Context) {
|
||||
|
||||
Reference in New Issue
Block a user