fixing keyboard (he was switching between a and d)

This commit is contained in:
Clément Le Bihan
2021-06-09 17:43:38 +02:00
parent 4f83226014
commit fdcea71fcd
5 changed files with 26 additions and 18 deletions
-1
View File
@@ -37,7 +37,6 @@ namespace BBM {
void Bonus::SpeedUpBonus(WAL::Entity &player, const WAL::Entity &bonus, CollisionComponent::CollidedAxis axis)
{
std::cout << "soeed" << std::endl;
if (bonus.shouldDelete())
return;
auto *controllable = player.tryGetComponent<ControllableComponent>();