yapht
Results
1
comments of
yapht
I've managed to avoid both the crashes and rendering issues by initializing ImplGL3 right after the Minecraft window is created in WindowProvider::createWindow. ```java @Mixin(WindowProvider.class) public class WindowProviderInit { @Inject(at =...