You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
Remove duplicate WARN_PRINTS macro
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user