GRAPHICS: Initialize class variables in VectorRenderer
This commit is contained in:
parent
b9a6b99575
commit
c403182353
2 changed files with 4 additions and 1 deletions
|
@ -543,6 +543,9 @@ VectorRendererSpec(PixelFormat format) :
|
|||
|
||||
_bitmapAlphaColor = _format.RGBToColor(255, 0, 255);
|
||||
_clippingArea = Common::Rect(0, 0, 32767, 32767);
|
||||
|
||||
_fgColor = _bgColor = _bevelColor = 0;
|
||||
_gradientStart = _gradientEnd = 0;
|
||||
}
|
||||
|
||||
/****************************
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue