Well, this is confusing.
@johnBen Are you also overriding update()
in your World and forgetting to call super.update()
? Is your Spritemap’s active
property set to false? I can’t think of a reason for you to have to update your graphics manually – and the fact that you do means you probably have other problems that will manifest later.