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