Keep the canvas in the frame but change the Z order

This commit is contained in:
downthecrop 2024-10-27 08:10:38 -07:00
parent 8180e20281
commit 1f1718d917
3 changed files with 20 additions and 53 deletions

View file

@ -205,8 +205,8 @@ public final class GlRenderer {
@OriginalMember(owner = "client!tf", name = "d", descriptor = "()V")
public static void swapBuffers() {
try {
readPixels();
drawable.swapBuffers();
readPixels();
} catch (@Pc(3) Exception local3) {
}
}