Merge pull request #48292 from akien-mga/stay-modern

Replace remaining uses of `NULL` with `nullptr`
This commit is contained in:
Rémi Verschelde
2021-04-29 12:11:27 +02:00
committed by GitHub

View File

@@ -1607,7 +1607,7 @@ Variant VisualScriptInstance::_call_internal(const StringName &p_method, void *p
}
next = node->sequence_outputs[output];
VSDEBUG("GOT NEXT NODE - " + (next ? itos(next->get_id()) : "NULL"));
VSDEBUG("GOT NEXT NODE - " + (next ? itos(next->get_id()) : "Null"));
}
if (flow_stack) {