mirror of
https://github.com/Nimac0/SDL_Minigame
synced 2026-01-12 10:13:42 +00:00
Fixed inconsistent indentations in ColliderComponent.cpp
This commit is contained in:
parent
7fbcda681c
commit
679f7ab8c2
@ -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;
|
||||
}
|
||||
this->hasCollision = false;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user