diff --git a/src/BuildTiles/Main/construct.cxx b/src/BuildTiles/Main/construct.cxx index bb51486d..7a656589 100644 --- a/src/BuildTiles/Main/construct.cxx +++ b/src/BuildTiles/Main/construct.cxx @@ -1472,6 +1472,7 @@ bool TGConstruct::ClipLandclassPolys( void ) { sp.set_material( material ); sp.set_poly( remains ); shape.SetMask( remains ); + shape.textured = false; shape.sps.push_back( sp ); polys_clipped.add_shape( (int)get_sliver_target_area_type(), shape );