fix: silencia warnings de stb_vorbis i paràmetre no usat
This commit is contained in:
@@ -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_);
|
||||
|
||||
Reference in New Issue
Block a user