Added missing _bbox.init() to ShapeDrawable.cpp.

This commit is contained in:
Robert Osfield
2003-01-13 10:39:14 +00:00
parent 0adc037d20
commit 29f4fa713f

View File

@@ -1280,6 +1280,8 @@ void ShapeDrawable::accept(PrimitiveFunctor& pf) const
bool ShapeDrawable::computeBound() const
{
_bbox.init();
if (_shape.valid())
{