mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-05 15:18:49 +00:00
Fix typo
This commit is contained in:
@@ -92,7 +92,7 @@ begin :: proc(s: ^State, id: u64, builder: ^strings.Builder) {
|
|||||||
end(s)
|
end(s)
|
||||||
}
|
}
|
||||||
s.id = id
|
s.id = id
|
||||||
s.selection = {len(builder.buf, 0}
|
s.selection = {len(builder.buf), 0}
|
||||||
s.builder = builder
|
s.builder = builder
|
||||||
update_time(s)
|
update_time(s)
|
||||||
undo_clear(s, &s.undo)
|
undo_clear(s, &s.undo)
|
||||||
|
|||||||
Reference in New Issue
Block a user