]> git.localhorst.tv Git - blank.git/commitdiff
initialize entity fields
authorDaniel Karbach <daniel.karbach@localhorst.tv>
Tue, 22 Dec 2015 09:46:15 +0000 (10:46 +0100)
committerDaniel Karbach <daniel.karbach@localhorst.tv>
Tue, 22 Dec 2015 09:46:15 +0000 (10:46 +0100)
oops

src/world/world.cpp

index 0daadfc430afe9e56e6be35a2aba9876d4dcd03d..b9d9db79711e7b0318b1f622ce080c3301ee8080 100644 (file)
@@ -46,6 +46,9 @@ Entity::Entity() noexcept
 , bounds()
 , radius(0.0f)
 , state()
+, model_transform(1.0f)
+, view_transform(1.0f)
+, speed(0.0f)
 , heading(0.0f, 0.0f, -1.0f)
 , max_vel(5.0f)
 , max_force(25.0f)