hypersurge / awe6

awe6, the inverted game framework (Haxe)
http://awe6.org
MIT License
79 stars 11 forks source link

Reference to non-existent "_sprite" in the Text class #18

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
In attempting to compile the App demo (r543), there was an error caused by line 
80 on Button.hx:
l_result.addChild( untyped l_text._sprite ); // safe ancestry cast

As there is no _sprite property in the Text class, this bombed. I fixed it 
temporarily by changing _sprite to _context, and then making _context public in 
the GuiEntity class. Thought you should know.

Original issue reported on code.google.com by Altered...@gmail.com on 24 Mar 2013 at 9:22

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r544.

Original comment by robert.f...@hypersurge.com on 25 Mar 2013 at 5:52