Hello!
i'm facing some troubles using JOGL canvas instead of LWJGL one.
The code base is I'm only changing the way canvas gets created as follows.
display = DisplaySystem.getDisplaySystem(JOGLSystemProvider.SYSTEM_IDENTIFIER);
display.registerCanvasConstructor("AWT", JOGLAWTCanvasConstructor.class);
seems like the scene gets updated once and then it stops updating. if i minimize and restore the windows canvas get updated once.
How can i investigate further to solve this issue?
Thank you!!!