Skip to content
This repository was archived by the owner on Jan 24, 2023. It is now read-only.

Commit 5104ca0

Browse files
committed
idk
1 parent f1b459e commit 5104ca0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

UI/QuickMenu/ReCategoryPage.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -170,4 +170,4 @@ private static void FixLaunchpadScrolling()
170170
scrollRect.viewport.GetComponent<RectMask2D>().enabled = true;
171171
}
172172
}
173-
}
173+
}

UI/QuickMenu/ReMenuCategory.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -230,4 +230,4 @@ public ReCategoryPage GetCategoryPage(string name)
230230
return transform == null ? null : new ReCategoryPage(transform);
231231
}
232232
}
233-
}
233+
}

UI/QuickMenu/ReMenuPage.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -205,4 +205,4 @@ public static ReMenuPage Create(string text, bool isRoot)
205205
return new ReMenuPage(text, isRoot);
206206
}
207207
}
208-
}
208+
}

0 commit comments

Comments
 (0)