mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 16:03:29 +00:00
[Servers] Replace ERR_FAIL_COND
with ERR_FAIL_NULL
where applicable
This commit is contained in:
parent
82f6e9be5e
commit
fdd3d36c6d
48 changed files with 1105 additions and 1105 deletions
|
@ -335,7 +335,7 @@ void ShaderCompiler::_dump_function_deps(const SL::ShaderNode *p_node, const Str
|
|||
}
|
||||
}
|
||||
|
||||
ERR_FAIL_COND(!fnode);
|
||||
ERR_FAIL_NULL(fnode);
|
||||
|
||||
r_to_add += "\n";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue