Gave base part number options and more columns
This commit is contained in:
parent
f0d78f3f4d
commit
4e2346a47b
2 changed files with 72 additions and 29 deletions
|
|
@ -401,7 +401,7 @@ public class GDXAppMain extends Game {
|
|||
if (ImGui.menuItem("ImGui Demo")) {
|
||||
showImGuiDemo.set(true);
|
||||
}
|
||||
if (ImGui.menuItem("Exit")) {
|
||||
if (ImGui.menuItem("Shutdown")) {
|
||||
dispose();
|
||||
System.exit(0);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue