Quintus icon indicating copy to clipboard operation
Quintus copied to clipboard

Repeater Class un-usable in current state

Open qsrahman opened this issue 11 years ago • 1 comments

The Repeater Class draw method is not correct IMHO since it render a sprite without taking into consideration the already transformed context. A way around the problem is to use listen on 'predraw' and add an empty draw stub to Repeater class.

qsrahman avatar May 01 '14 10:05 qsrahman

I think it just needs to be updated to overload render instead draw - currently it's fine as long as you don't offset it with p.x or p.y

cykod avatar May 01 '14 18:05 cykod