stackotter / delta-client

An open source Minecraft Java Edition client built for speed.
https://deltaclient.app
GNU General Public License v3.0
313 stars 33 forks source link

Resolve issue #67 and fix Metal crash on Intel iGPU devices #157

Closed ninjadev64 closed 1 year ago

ninjadev64 commented 1 year ago

Description

This PR resolves issue #67. It was caused by disconnecting the socket in a mistakenly called onDisappear closure belonging to a Group, whose behaviour was subtly changed in Monterey. This is resolved by changing the Group to a VStack.

In addition, this PR fixes a crash occurring on Intel iGPU devices after stackotter/delta-client@dc81f1c2324d2b3b20cd2679f745198a703c93bc.

Type of change

Please delete options that are not relevant.