Skip to content

Commit fa7e1ad

Browse files
committed
Keep the second drawable to fix some platforms
1 parent 11c1cd6 commit fa7e1ad

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

station-resource-loader-v0/src/main/java/net/modificationstation/stationapi/api/client/resource/ReloadScreenManager.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,6 @@ private static void onStartup(
151151
glAlphaFunc(GL_GREATER, 0.1f);
152152
try {
153153
drawable.releaseContext();
154-
drawable.destroy();
155154
} catch (LWJGLException e) {
156155
throw new RuntimeException(e);
157156
}

0 commit comments

Comments
 (0)