What is FlxG.renderTile?
-
What is FlxG.renderTile? I think this is causing me problems.
-
That's pretty vague. :)
FlxG.renderTile
is true whenever "tilesheet rendering" is used (which is the case on native targets). It's hardware-accelerated and generally more efficient than "blitting" which is used on Flash and HTML5/Canvas.