Skip to content

Commit 75367d8

Browse files
committed
Merge branch 'hotfix/1.1.2'
2 parents f42759e + 25ebe1a commit 75367d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Demos/Minimal/main.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ for n in 0..<20 {
3030
// ImGui::Text("Hello, world!");
3131
ImGuiTextV("Hello, world!")
3232
// ImGui::SliderFloat("float", &f, 0.0f, 1.0f);
33-
ImGuiSliderFloat("float", &f, 0.0, 1.0, nil, 1)
33+
ImGuiSliderFloat("float", &f, 0.0, 1.0, "", 1)
3434
// ImGui::Text("Application average %.3f ms/frame (%.1f FPS)", 1000.0f / io.Framerate, io.Framerate);
3535
ImGuiTextV("Application average %.3f ms/frame (%.1f FPS)", 1000.0 / io.pointee.Framerate, io.pointee.Framerate)
3636

0 commit comments

Comments
 (0)