diff --git a/src/ColliderComponent.cpp b/src/ColliderComponent.cpp index 759c0e2..d1c59c0 100644 --- a/src/ColliderComponent.cpp +++ b/src/ColliderComponent.cpp @@ -8,7 +8,7 @@ ColliderComponent::ColliderComponent(const char* tag) { this->tag = tag; - this->hasCollision = true; + this->hasCollision = true; this->hitboxScale = 1; } @@ -41,5 +41,5 @@ void ColliderComponent::update() void ColliderComponent::removeCollision() { - this->hasCollision = false; -} \ No newline at end of file + this->hasCollision = false; +}