Kaydet (Commit) d6521b07 authored tarafından Caolán McNamara's avatar Caolán McNamara

fix higher debug levels

Change-Id: I78a2b74a4e80018a8093457cb15a93d49c0ff8f3
üst 89f5c151
...@@ -196,8 +196,7 @@ void clearRect( ::cppcanvas::CanvasSharedPtr const& pCanvas, ...@@ -196,8 +196,7 @@ void clearRect( ::cppcanvas::CanvasSharedPtr const& pCanvas,
if( pCanvas->getClip() ) if( pCanvas->getClip() )
{ {
::cppcanvas::PolyPolygonSharedPtr pPolyPoly2( ::cppcanvas::PolyPolygonSharedPtr pPolyPoly2(
::cppcanvas::BaseGfxFactory::getInstance().createPolyPolygon( pCliplessCanvas, ::cppcanvas::BaseGfxFactory::createPolyPolygon( pCliplessCanvas, aPoly ));
aPoly ));
if( pPolyPoly2 ) if( pPolyPoly2 )
{ {
pPolyPoly2->setRGBALineColor( 0x008000FFU ); pPolyPoly2->setRGBALineColor( 0x008000FFU );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment