One of the games I downloaded from the contest forced vsync using AppSettings.
Ever since I ran the game, I can’t disable vsync in any JME project without creating an AppSettings and disabling it using settings.setVSync(false); I can uncheck the vsync checkbox… and it stays unchecked the next time I run the app, however the vertical sync is capped at 60fps.
If I add the AppSettings and disable it, everything runs fine.
Has anyone else had this issue before? And is there a config file someplace I can remove this default from?
Yes…I have this all the time.
And it might actually be my fault.
We have some system that “saves” the last configuration used so we can keep it for the next run…but it’s somehow shared between any JME app…which is stupid.
Something else I have to fix
@nehon said:
Yes...I have this all the time.
And it might actually be my fault.
We have some system that "saves" the last configuration used so we can keep it for the next run....but it's somehow shared between any JME app...which is stupid.
Something else I have to fix
Its only shared between games that have the same name, just change the title of the main window and you get a new settings set (or at least I think the window title was the main string).