X-Git-Url: http://git.localhorst.tv/?p=blobs.git;a=blobdiff_plain;f=src%2Fworld%2Fworld.cpp;h=2f0d130312916bd6a289ae9bcc2ca50c7f9cce2b;hp=c22434a47c754b8f3b028bcbabcb8888c04d7671;hb=e35e0c2da8e86fc15cde78ab94c7d7273bd185c3;hpb=3989da924c4e33c52f500aead5ae62bb40294781 diff --git a/src/world/world.cpp b/src/world/world.cpp index c22434a..2f0d130 100644 --- a/src/world/world.cpp +++ b/src/world/world.cpp @@ -694,7 +694,9 @@ void GenerateTest(const Set &tiles, Planet &p) noexcept { Sun::Sun() -: Body() { +: Body() +, color(1.0) +, luminosity(1.0) { } Sun::~Sun() {