Node patch

This commit is contained in:
2026-02-24 23:04:47 -08:00
parent cd3090817a
commit 85a44b930d
13 changed files with 181 additions and 175 deletions

View File

@ -85,10 +85,6 @@ class NetworkHttpRequestNode extends LogicNode {
} catch( e : Dynamic ) {
trace("Could not complete request: " + e);
}
callbackType = 0;
runOutput(0);
}
override function get(from: Int): Dynamic {