Skip to content

Commit

Permalink
Merge pull request #40 from Skrelpoid/develop
Browse files Browse the repository at this point in the history
Fix Stupid Typo
  • Loading branch information
Skrelpoid authored Jan 14, 2023
2 parents 1d34022 + f4eed9f commit 531d29a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/ModTheSpire.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "SuperFastMode",
"author_list": ["Skrelpoid"],
"description": "Artificially speeds up the Game. Ingame, go to Mods>SuperFastMode>Config to change Settings.",
"version": "1.0.8",
"version": "1.0.9",
"sts_version": "12-18-2022",
"mts_version": "3.30.0",
"dependencies": ["basemod"],
Expand Down

0 comments on commit 531d29a

Please sign in to comment.