Newbrict / engi

Oaktales engi fork
BSD 2-Clause "Simplified" License
0 stars 0 forks source link

polylines should be float64 not int #9

Closed Newbrict closed 9 years ago

Newbrict commented 9 years ago

in tiled polylines are float64, in the tmx parser we should be reading them in as float64 not int and stored into LineBounds as a float32.