mirror of
https://github.com/eliasstepanik/imgui-rs.git
synced 2026-01-11 13:38:35 +00:00
fix typo
This commit is contained in:
parent
1070ec5b7c
commit
8c5fc8242e
@ -57,8 +57,8 @@ impl Default for State {
|
||||
buf.push_str("日本語");
|
||||
let mut text = ImString::with_capacity(128);
|
||||
text.push_str("Hello, world!");
|
||||
let mut text_mutiline = ImString::with_capacity(128);
|
||||
text_mutiline.push_str("Hello, world!\nMultiline");
|
||||
let mut text_multiline = ImString::with_capacity(128);
|
||||
text_multiline.push_str("Hello, world!\nMultiline");
|
||||
State {
|
||||
show_app_main_menu_bar: false,
|
||||
show_app_console: false,
|
||||
@ -86,7 +86,7 @@ impl Default for State {
|
||||
item: 0,
|
||||
item2: 0,
|
||||
text: text,
|
||||
text_multiline: text_mutiline,
|
||||
text_multiline: text_multiline,
|
||||
i0: 123,
|
||||
f0: 0.001,
|
||||
vec2f: [0.10, 0.20],
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user