Gamua / Starling-Framework

The Cross Platform Game Engine
http://www.starling-framework.org
Other
2.82k stars 821 forks source link

Doc: Does RenderTexture.draw() still ignore filters on the object? #1005

Closed Adolio closed 6 years ago

Adolio commented 6 years ago

In RenderTexture.draw() method headers:

Is "Note that any filters on the object will currently be ignored." still the case in Starling 2.x?

https://github.com/Gamua/Starling-Framework/blob/9554497f9be8574a4159406503365366155cd399/starling/src/starling/textures/RenderTexture.as#L156

PrimaryFeather commented 6 years ago

Actually, that's no longer true, you're right! Thanks once more! :smile:

Adolio commented 6 years ago

You're welcome! Happy to help on this since I'm currently digging into it. 😊 Once more your API is always real pleasure to play with!

PrimaryFeather commented 6 years ago

Thanks, Aurélien! ☺️