Skip to content

Commit 04a3bda

Browse files
authored
Update UImGuiTextUtils.cpp
1 parent 2ad385d commit 04a3bda

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

UImGuiTextUtils.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ void UImGui::TextUtils::ShowDemoWindow(void* bOpen) noexcept
5454
if (ImGui::CollapsingHeader("Text Rendering"))
5555
{
5656
ImGui::SeparatorText("Rendering using additional fonts");
57-
ImGui::SliderInt("Modify integer", &i, 0, 200);
5857

5958
Bold("This is bold text, it has formatting: %d.", i);
6059
Italic("This is italic text, it has formatting: %d.", i);
@@ -212,4 +211,4 @@ int main(int argc, char** argv)
212211
}
213212

214213
ImGui::End();
215-
}
214+
}

0 commit comments

Comments
 (0)