Amulet-Team / Amulet-Map-Editor

A new Minecraft world editor and converter that supports all versions since Java 1.12 and Bedrock 1.7.
https://www.amuletmc.com/
1.78k stars 123 forks source link

Hopefully improve OpenGL context creation #1053

Closed gentlegiantJGC closed 6 months ago

gentlegiantJGC commented 6 months ago

Try creating a core and then compatibility profile. If the system does not support OpenGL 2.1 it should fail here rather than generating errors for each frame.

This should fix #905

Hopefully this won't introduce other issues.