fix: silencia warnings de stb_vorbis i paràmetre no usat

This commit is contained in:
2026-05-30 23:16:36 +02:00
parent 73e21e9dc0
commit 0a8478c2b1
2 changed files with 6 additions and 1 deletions
+1 -1
View File
@@ -133,7 +133,7 @@ void TilemapRenderer::setTile(int index, int tile_value) {
#endif
// Pinta el mapa estático y debug lines
void TilemapRenderer::fillMapTexture(const CollisionMap* /*collision_map*/) {
void TilemapRenderer::fillMapTexture([[maybe_unused]] const CollisionMap* collision_map) {
const Uint8 COLOR = stringToColor(bg_color_);
auto previous_renderer = Screen::get()->getRendererSurface();
Screen::get()->setRendererSurface(map_surface_);