From 8052773f922e28e7443581f4a57829fd898374cf Mon Sep 17 00:00:00 2001
From: Cameron Taylor <cameron.taylor.ninja@gmail.com>
Date: Mon, 7 Aug 2023 17:58:55 -0400
Subject: [PATCH] comment

---
 source/funkin/freeplayStuff/LetterSort.hx | 1 +
 1 file changed, 1 insertion(+)

diff --git a/source/funkin/freeplayStuff/LetterSort.hx b/source/funkin/freeplayStuff/LetterSort.hx
index fc4bf9344..3fbbc12c4 100644
--- a/source/funkin/freeplayStuff/LetterSort.hx
+++ b/source/funkin/freeplayStuff/LetterSort.hx
@@ -14,6 +14,7 @@ class LetterSort extends FlxTypedSpriteGroup<FlxSprite>
 {
   public var letters:Array<FreeplayLetter> = [];
 
+  // starts at 2, cuz that's the middle letter on start (accounting for fav and #, it should begin at ALL filter)
   var curSelection:Int = 2;
 
   public var changeSelectionCallback:String->Void;