Skip to content

Commit 7947775

Browse files
committed
waver : bump to v1.4.5
1 parent 6b05335 commit 7947775

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/waver/common.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1068,7 +1068,7 @@ void renderMain() {
10681068

10691069
if (windowId == WindowId::Settings) {
10701070
ImGui::BeginChild("Settings:main", ImGui::GetContentRegionAvail(), true, ImGuiWindowFlags_NoScrollbar | ImGuiWindowFlags_NoScrollWithMouse);
1071-
ImGui::Text("Waver v1.4.4");
1071+
ImGui::Text("Waver v1.4.5");
10721072
ImGui::Separator();
10731073

10741074
ImGui::Text("%s", "");

0 commit comments

Comments
 (0)