i was dealing with wrong function xD

This commit is contained in:
minjaesong
2021-03-16 10:35:35 +09:00
parent 00298190a4
commit 8f5a89e415
3 changed files with 7 additions and 7 deletions

View File

@@ -91,8 +91,8 @@ class UIInventoryFull(
42 + (AppLoader.screenH - internalHeight) / 2,
internalWidth,
catBarWidth,
{ i -> requestTransition(i) },
true
true,
{ i -> requestTransition(i) }
)