Skip to content

Commit 2e55425

Browse files
committed
Update xpbd.cu
1 parent 98e9f1a commit 2e55425

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/XPBD/xpbd.cu

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,7 @@ int main(int argc, char** argv)
442442
if (ImGui::Button("Pause")) {
443443
started = false;
444444
}
445-
button = ImGui::Button("Start Simulation")
445+
button = ImGui::Button("Start Simulation");
446446
#endif
447447
if (button || started) {
448448
started = true;
@@ -588,7 +588,7 @@ int main(int argc, char** argv)
588588
#if !USE_POLYSCOPE
589589
started = true;
590590
while (true) {
591-
polyscope_callback();
591+
polyscope_callback();
592592
}
593593
#endif
594594

0 commit comments

Comments
 (0)