Skip to content
This repository has been archived by the owner on May 12, 2024. It is now read-only.

Commit

Permalink
Fixed Unfocused Fps display name
Browse files Browse the repository at this point in the history
  • Loading branch information
Luna5ama committed Sep 11, 2023
1 parent 4219ca5 commit a2219d4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import org.lwjgl.opengl.Display
import org.spongepowered.asm.mixin.injection.callback.CallbackInfoReturnable

internal object UnfocusedFps : Module(
name = "UnfocusedFps",
name = "Unfocused Fps",
description = "Reduces FPS when the game is running in the background",
category = Category.MISC
) {
Expand Down

0 comments on commit a2219d4

Please sign in to comment.