mirror of
https://github.com/godotengine/godot.git
synced 2025-10-20 00:13:30 +00:00
Remove duplicate WARN_PRINTS macro
This commit is contained in:
parent
fc95c4d84c
commit
7e03bd1671
37 changed files with 65 additions and 74 deletions
|
@ -785,7 +785,7 @@ void GDScriptFunctions::call(Function p_func, const Variant **p_args, int p_arg_
|
|||
}
|
||||
|
||||
String message = *p_args[0];
|
||||
WARN_PRINTS(message);
|
||||
WARN_PRINT(message);
|
||||
r_ret = Variant();
|
||||
} break;
|
||||
case VAR_TO_STR: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue