superzeldalink/andengine

1037:42ca5fbb1d68@default BaseGameActivity line 137

Opened this issue · 1 comments

In the 1037:42ca5fbb1d68@default BaseGameActivity line 137:
return this.getFontManager();

I think this should be:
return this.mEngine.getFontManager();

1037 is the head version of default now. It will cause some examples in 
AndroidExamples failed.


Original issue reported on code.google.com by liushuan...@gmail.com on 30 Oct 2011 at 1:58

I think so and I have changed it.

Original comment by wanglian...@gmail.com on 10 Nov 2011 at 11:02