mirror of
https://github.com/godotengine/godot-visual-script.git
synced 2026-01-05 22:10:23 +03:00
Merge pull request #48292 from akien-mga/stay-modern
Replace remaining uses of `NULL` with `nullptr`
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user