From 34c5334a68be46512170e2af8ae164eb0bc22d44 Mon Sep 17 00:00:00 2001 From: end Date: Thu, 29 Sep 2016 09:08:09 +0200 Subject: [PATCH] sun in the middle --- game/state/state.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/game/state/state.cpp b/game/state/state.cpp index 1728f01..d34915f 100644 --- a/game/state/state.cpp +++ b/game/state/state.cpp @@ -50,6 +50,7 @@ namespace game { planets.push_back(new Planet(pos, i, 0.03 + 0.07*util::randf_0_1())); } + planets.push_back(new Planet(glm::vec2(0.0f, 0.0f), 0, 0.1f)); } bool State::spawnShipForPlayer(Player *player)