diff --git a/src/agg/agg_renderer.cpp b/src/agg/agg_renderer.cpp index 13a777f4e..ca9b81f83 100644 --- a/src/agg/agg_renderer.cpp +++ b/src/agg/agg_renderer.cpp @@ -189,8 +189,8 @@ void agg_renderer::start_map_processing(Map const& map) #ifdef MAPNIK_DEBUG std::clog << "start map processing bbox=" << map.get_current_extent() << "\n"; - ras_ptr->clip_box(0,0,width_,height_); #endif + ras_ptr->clip_box(0,0,width_,height_); } template