diff --git a/src/main/java/skrelpoid/superfastmode/patches/LwjglGraphicsPatches.java b/src/main/java/skrelpoid/superfastmode/patches/LwjglGraphicsPatches.java index 009c487..262baaa 100644 --- a/src/main/java/skrelpoid/superfastmode/patches/LwjglGraphicsPatches.java +++ b/src/main/java/skrelpoid/superfastmode/patches/LwjglGraphicsPatches.java @@ -10,7 +10,7 @@ public class LwjglGraphicsPatches { @SpirePatch(clz = com.badlogic.gdx.backends.lwjgl.LwjglGraphics.class, method = "getDeltaTime") // If --imgui is set or StS is started on a steam deck, lwjgl3 is loaded instead - @SpirePatch(cls = "com.badlogic.gdx.backends.lwjgl3.LwjglGraphics3", method = "getDeltaTime", optional = true) + @SpirePatch(cls = "com.badlogic.gdx.backends.lwjgl3.Lwjgl3Graphics", method = "getDeltaTime", optional = true) public static class DeltaPatch { public static ExprEditor Instrument() { return new ExprEditor() {