diff options
Diffstat (limited to 'src/Entity.hpp')
-rw-r--r-- | src/Entity.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Entity.hpp b/src/Entity.hpp index 2b1a041..bbcb5c7 100644 --- a/src/Entity.hpp +++ b/src/Entity.hpp @@ -135,7 +135,7 @@ struct Entity { double height = 1.0; glm::vec3 renderColor; int entityType=0; - EntityType type; + EntityType type = EntityType::Object; bool isSolid = true; double gravity = 32.0; // in m/s^2 double drag = 0.4; |