Limpiar código: eliminar comentarios obsoletos y líneas vacías innecesarias
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -603,8 +603,6 @@ void Engine::renderGradientBackground() {
|
|||||||
SDL_RenderGeometry(sdl_renderer, nullptr, bg_vertices, 4, bg_indices, 6);
|
SDL_RenderGeometry(sdl_renderer, nullptr, bg_vertices, 4, bg_indices, 6);
|
||||||
}
|
}
|
||||||
|
|
||||||
// Método addSpriteToBatch antiguo eliminado - ahora se usa el del nuevo sistema
|
|
||||||
|
|
||||||
void Engine::initializeThemes() {
|
void Engine::initializeThemes() {
|
||||||
// SUNSET: Naranjas, rojos, amarillos, rosas (8 colores)
|
// SUNSET: Naranjas, rojos, amarillos, rosas (8 colores)
|
||||||
themes_[0] = {
|
themes_[0] = {
|
||||||
|
|||||||
Reference in New Issue
Block a user