diff options
Diffstat (limited to '')
-rw-r--r-- | src/entity.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/entity.cpp b/src/entity.cpp index 75e900a..2714eef 100644 --- a/src/entity.cpp +++ b/src/entity.cpp @@ -18,6 +18,7 @@ Entity::Entity(void) : hp(1) direction = (Vector2){-posX / 100, posY / 100}; } radius = 10; + threshold = false; } Entity::~Entity() {} |