Michaelangel007 / andengine

Automatically exported from code.google.com/p/andengine
0 stars 0 forks source link

[CRITICAL] Code error at BaseGameActivity:137 #50

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago

Just started using andEngine, downloaded the code, and the head repository has 
a runtime error:

The class GameBaseActivity, line 137 is: 
(http://code.google.com/p/andengine/source/browse/src/org/anddev/andengine/ui/ac
tivity/BaseGameActivity.java#137)

public FontManager getFontManager() {
    return this.getFontManager();
}

Its wrong... it should point to mEngine. Like this:
public FontManager getFontManager() {
    return this.mEngine.getFontManager();
}

Already submitted a patch :)

Original issue reported on code.google.com by victo...@gmail.com on 24 Aug 2011 at 3:01

GoogleCodeExporter commented 8 years ago
This is the same as 
http://code.google.com/p/andengine/issues/detail?id=47&q=getFontManager.

Please fix ...

Original comment by shabe...@gmail.com on 27 Aug 2011 at 8:24

GoogleCodeExporter commented 8 years ago
Please fix ...

Original comment by mdorof...@gmail.com on 29 Sep 2011 at 8:14

GoogleCodeExporter commented 8 years ago

Original comment by NicolasG...@gmail.com on 6 Feb 2012 at 5:43