mirror of
https://github.com/Eaglercraft-TeaVM-Fork/eagler-teavm.git
synced 2024-12-22 08:14:09 -08:00
Fixes dependency checker bug
This commit is contained in:
parent
e2d872fa20
commit
a353a05e23
|
@ -37,7 +37,6 @@ class DependencyNodeToNodeTransition implements DependencyConsumer {
|
|||
return;
|
||||
}
|
||||
if (type.startsWith("[")) {
|
||||
type = "java.lang.Object";
|
||||
source.getArrayItem().connect(destination.getArrayItem());
|
||||
destination.getArrayItem().connect(source.getArrayItem());
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user