Skip to content

Commit 5d9cf72

Browse files
committed
boi
1 parent e186dd7 commit 5d9cf72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/kotlin/xyz/bluspring/unitytranslate/client/gui/EditTranscriptBoxesScreen.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
package xyz.bluspring.unitytranslate.client.gui
22

33
//? if < 1.21.4 {
4+
import net.minecraft.util.FastColor.ARGB32 as ARGB
45
//?} else {
56
/*import net.minecraft.util.ARGB
67
*///?}
@@ -16,7 +17,6 @@ import xyz.bluspring.unitytranslate.UnityTranslate
1617
import xyz.bluspring.unitytranslate.client.UnityTranslateClient
1718
import xyz.bluspring.unitytranslate.network.UTClientNetworking
1819
import java.util.*
19-
import net.minecraft.util.FastColor.ARGB32 as ARGB
2020

2121
class EditTranscriptBoxesScreen(val boxes: MutableList<TranscriptBox>, val parent: Screen? = null) : Screen(Component.empty()) {
2222
val CLOSE_BUTTON = UnityTranslate.id("textures/gui/close.png")

0 commit comments

Comments
 (0)