Skip to content

Commit 531d29a

Browse files
authored
Merge pull request #40 from Skrelpoid/develop
Fix Stupid Typo
2 parents 1d34022 + f4eed9f commit 531d29a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/main/java/skrelpoid/superfastmode/patches/LwjglGraphicsPatches.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ public class LwjglGraphicsPatches {
1010

1111
@SpirePatch(clz = com.badlogic.gdx.backends.lwjgl.LwjglGraphics.class, method = "getDeltaTime")
1212
// If --imgui is set or StS is started on a steam deck, lwjgl3 is loaded instead
13-
@SpirePatch(cls = "com.badlogic.gdx.backends.lwjgl3.LwjglGraphics3", method = "getDeltaTime", optional = true)
13+
@SpirePatch(cls = "com.badlogic.gdx.backends.lwjgl3.Lwjgl3Graphics", method = "getDeltaTime", optional = true)
1414
public static class DeltaPatch {
1515
public static ExprEditor Instrument() {
1616
return new ExprEditor() {

src/main/resources/ModTheSpire.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"name": "SuperFastMode",
44
"author_list": ["Skrelpoid"],
55
"description": "Artificially speeds up the Game. Ingame, go to Mods>SuperFastMode>Config to change Settings.",
6-
"version": "1.0.8",
6+
"version": "1.0.9",
77
"sts_version": "12-18-2022",
88
"mts_version": "3.30.0",
99
"dependencies": ["basemod"],

0 commit comments

Comments
 (0)