pushing a star
This commit is contained in:
@@ -167,6 +167,9 @@ public:
|
||||
|
||||
if (ImGui::CollapsingHeader("Celestial Bodies")) {
|
||||
///TODO: add controls for moon, star.
|
||||
if (ImGui::Button("Add Star", ImVec2(-1, 40))) {
|
||||
sim.addStar();
|
||||
}
|
||||
}
|
||||
|
||||
if (ImGui::CollapsingHeader("Fillings")) {
|
||||
|
||||
Reference in New Issue
Block a user