fix: arreglos de codi

This commit is contained in:
2025-03-15 19:03:12 +01:00
parent 4343cbae69
commit cad2c40024
6 changed files with 16 additions and 14 deletions

View File

@@ -31,7 +31,6 @@ TiledBG::TiledBG(SDL_Rect pos, TiledBGMode mode)
break;
case TiledBGMode::CIRCLE:
window_ = {128, 128, pos_.w, pos_.h};
speed_ = 0.8f;
break;
default:
window_ = {0, 0, pos_.w, pos_.h};