fix compile

This commit is contained in:
m 2022-06-04 18:51:16 -05:00 committed by GitHub
parent 5acaab54fb
commit 20a7674e99
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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