]> git.localhorst.tv Git - blobs.git/blobdiff - src/world/world.cpp
fix friction
[blobs.git] / src / world / world.cpp
index c22434a47c754b8f3b028bcbabcb8888c04d7671..2f0d130312916bd6a289ae9bcc2ca50c7f9cce2b 100644 (file)
@@ -694,7 +694,9 @@ void GenerateTest(const Set<TileType> &tiles, Planet &p) noexcept {
 
 
 Sun::Sun()
-: Body() {
+: Body()
+, color(1.0)
+, luminosity(1.0) {
 }
 
 Sun::~Sun() {