Code:
private static void invokeOnMainThread(Runnable runnable)
	{
		if (OSType.getOSType() == OSType.MacOS)
		{
			OSXUtil.RunOnMainThread(true, false, runnable);
		}
		else
		{
			runnable.run();
		}
	}
Looking for someone who can get my runelite's client gpu plugin working for osx. Has something to do with the code snippet above. The code snippet is an exert of the newer version of open-osrs/runelite

edit: Discord: No Chill Bae#0984