Skip to content

Commit

Permalink
Fix Stupid Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Skrelpoid committed Jan 14, 2023
1 parent daa67ab commit e568303
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit e568303

Please sign in to comment.