Frame rate

Hi all

(especially normen)

i’ve done frame rate setting with that code:

[java]

public void reduceFramRate() {

AppSettings settings = new AppSettings(true);

settings.setRenderer(AppSettings.LWJGL_OPENGL3);

settings.setFrameRate(30);

settings.setFrequency(30);

setSettings(settings);

}

[/java]

but remains an high framerate displayed.Any error there?

ciao

Please consult the manual before consulting the forums, its all explained, you have to change the AppSettings before starting the application.

ok it works at the begin