return value float slider
This commit is contained in:
parent
ef96b3c3e3
commit
570750c16f
1 changed files with 1 additions and 2 deletions
|
|
@ -578,8 +578,7 @@ namespace vks
|
||||||
|
|
||||||
bool UIOverlay::sliderFloat(const char* caption, float* value, float min, float max)
|
bool UIOverlay::sliderFloat(const char* caption, float* value, float min, float max)
|
||||||
{
|
{
|
||||||
ImGui::SliderFloat(caption, value, min, max);
|
return ImGui::SliderFloat(caption, value, min, max);
|
||||||
return false;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
bool UIOverlay::sliderInt(const char* caption, int32_t* value, int32_t min, int32_t max)
|
bool UIOverlay::sliderInt(const char* caption, int32_t* value, int32_t min, int32_t max)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue