nicolasgramlich / AndEngineExamples

AndEngine - Examples
http://www.andengine.org
375 stars 332 forks source link

Call super implementation of onGameCreated() on classes that extend SimpleBaseGameActivity #6

Open eriol41 opened 12 years ago

eriol41 commented 12 years ago

Hi Nicolas,

This is what I was telling you about... Just some small changes to avoid the black screen.

public void onGameCreated() {
    super.onGameCreated();
}

thanks, Ryan