fallahn/sfml-tmxloader

Polyline points not returned when custom properties added to Object

fatnic opened this issue · 1 comments

For some reason if I add a custom property to a polyline object then object.PolyPoints().size() returns 0. However if I remove the custom property then the polypoints are accessible again.

Can confirm I can reproduce this. Will fix as soon as I can.