fix compile
This commit is contained in:
parent
90765250c3
commit
4fe61d6182
@ -185,7 +185,7 @@ namespace gui
|
|||||||
ImGui::Begin("hello world!", nullptr);
|
ImGui::Begin("hello world!", nullptr);
|
||||||
|
|
||||||
static int value = 0;
|
static int value = 0;
|
||||||
const auto technique = ImGui::SliderInt("lighting technique", &value, 0, 25);
|
ImGui::SliderInt("lighting technique", &value, 0, 25);
|
||||||
|
|
||||||
const auto should_apply = ImGui::Button("apply", ImVec2(125, 125));
|
const auto should_apply = ImGui::Button("apply", ImVec2(125, 125));
|
||||||
if (should_apply)
|
if (should_apply)
|
||||||
|
Loading…
Reference in New Issue
Block a user