forked from jaildesigner-jailgames/jaildoctors_dilemma
eliminada la clase Debug en Release
This commit is contained in:
@@ -82,8 +82,10 @@ void Player::move(float delta_time) {
|
||||
break;
|
||||
}
|
||||
syncSpriteAndCollider(); // Actualiza la posición del sprite y las colisiones
|
||||
#ifdef _DEBUG
|
||||
Debug::get()->add(std::string("X: " + std::to_string(static_cast<int>(x_))));
|
||||
Debug::get()->add(std::string("Y: " + std::to_string(static_cast<int>(y_))));
|
||||
#endif
|
||||
}
|
||||
|
||||
void Player::handleConveyorBelts() {
|
||||
|
||||
Reference in New Issue
Block a user