diff --git a/imgui.ini b/imgui.ini index b3f7d703..1d59118b 100644 --- a/imgui.ini +++ b/imgui.ini @@ -8,7 +8,7 @@ Pos=536,59 Size=550,526 [Window][Welcome to the Tsunami Simulator GUI!] -Pos=1083,109 +Pos=781,109 Size=360,395 [Window][Simulation parameters] @@ -18,4 +18,5 @@ Size=159,146 [Window][Runtime Customization] Pos=82,151 Size=762,549 +Collapsed=1 diff --git a/src/main.cpp b/src/main.cpp index 550f86d9..cd6cd465 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -39,4 +39,6 @@ int main(int i_argc, return launcher->start(""); } #endif + +delete launcher; } \ No newline at end of file