updated Readme Example
This commit is contained in:
parent
69b347ad2d
commit
0fb7c81e2b
|
@ -89,7 +89,7 @@ while (1) {
|
|||
zr_layout_row_push(&context, 50);
|
||||
zr_label(&context, "Volume:", ZR_TEXT_LEFT);
|
||||
zr_layout_row_push(&context, 110);
|
||||
value = zr_slider_float(&context, 0, value, 1.0f, 0.1f);
|
||||
zr_slider_float(&context, 0, &value, 1.0f, 0.1f);
|
||||
}
|
||||
zr_layout_row_end(&context);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue