fix: Havia deixat comentat un IF fent proves

This commit is contained in:
2025-01-04 17:01:24 +01:00
parent b53ee12f56
commit e1aaad0903

View File

@@ -55,7 +55,7 @@ void Fade::reset()
// Pinta una transición en pantalla
void Fade::render()
{
//if (state_ != FadeState::NOT_ENABLED)
if (state_ != FadeState::NOT_ENABLED)
{
SDL_RenderCopy(renderer_, backbuffer_, nullptr, nullptr);
}