Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion source/funkin/ui/credits/CreditsState.hx
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ class CreditsState extends MusicBeatState
// add(bg);

// TODO: Once we need to display Kickstarter backers,
// make this use a recycled pool so we don't kill peformance.
// make this use a recycled pool so we don't kill performance.
creditsGroup = new FlxSpriteGroup();
creditsGroup.x = Math.max(funkin.ui.FullScreenScaleMode.gameNotchSize.x, SCREEN_PAD);
creditsGroup.y = STARTING_HEIGHT;
Expand Down