Slip-up or deliberate, Rect in Debug display?

enonod

Well-Known Member
Licensed User
Longtime User
When debugging Rect displays as follows...

RectA (Rect) Rect(10, 16 - 16, 22)

I was trying to figure how I could get negative numbers.
Should it be...

RectA (Rect) Rect(10, 16, 16, 22)

or is it a deliberate separation of the two halves? If so may I recommend a colon :)) instead.
 
Top