Merge branch 'main' into lulumumu9999/main

This commit is contained in:
2026-08-04 23:10:33 +08:00
133 changed files with 902 additions and 8529 deletions
+1 -1
View File
@@ -189,7 +189,7 @@ bool connect_node_event(olive::Node *node, int32_t event_id,
case OAKENGINE_EVENT_NODE_INPUT_DISCONNECTED: {
const bool connected =
event_id == OAKENGINE_EVENT_NODE_INPUT_CONNECTED;
auto deliver = [fn, userdata, node, connected, event_id](
auto deliver = [fn, userdata, node, event_id](
Node *output, const NodeInput &input) {
const QByteArray utf = input.input().toUtf8();
invoke(fn, userdata, event_id, node, input.element(), 0, output, 0,