updated Readme Example

This commit is contained in:
vurtun 2015-11-13 09:40:28 +01:00
parent 69b347ad2d
commit 0fb7c81e2b
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}