sfml-tmxloader
sfml-tmxloader copied to clipboard
Object visibility property has no effect
trafficstars
This is caused by having all tile type objects drawn via a vertex array. The possible solutions would be to either go back to using sprites for tile objects, or providing an interface for attaching sprites to objects, so that an object layer can be made invisible and sprites drawn at will
update to this is currently available in the 'next' branch