Hapaxia / SelbaWard

A collection of SFML drawables

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Line - Global Bounds doesn't take into account transformations

Hapaxia opened this issue · comments

Currently, Line's global bounds is identical to its local bounds.
The SFML transform should be applied to the points before forming the rectangle.