Skip to content

Commit 16b3e59

Browse files
committed
feat: typo
1 parent 05dc52b commit 16b3e59

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

extensions/extension/src/main/java/app/revanced/extension/customfilters/TintFieldHook.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ public static void installCustomTintSlot(Object table) {
8383
false, cl
8484
);
8585
Class<?> cellClass = Class.forName(
86-
"com.badlogic.gdx.scenes.scene2d/ui/Cell",
86+
"com.badlogic.gdx.scenes.scene2d.ui.Cell",
8787
false, cl
8888
);
8989

0 commit comments

Comments
 (0)