Fix freeze on disabling GPU plugin

This commit is contained in:
Twiglet1022
2018-12-11 22:30:34 +00:00
parent 46e0ebe4f9
commit a2b11f78b2
2 changed files with 4 additions and 0 deletions

View File

@@ -420,6 +420,8 @@ public class GpuPlugin extends Plugin implements DrawCallbacks
// force main buffer provider rebuild to turn off alpha channel
client.resizeCanvas();
client.setReplaceCanvasNextFrame(true);
});
}