I m trying to change a BaseGame to a FixedFrameRateGame, and It s saying I need a public GameSettings getNewSettings() method. Now I tried filling out like this:
public GameSettings getNewSettings(){
return null;
}
it gives me a nullpointerexception when I try to run it.