Remove duplicate WARN_PRINTS macro

This commit is contained in:
Marcel Admiraal
2021-06-18 12:26:58 +01:00
parent fc95c4d84c
commit 7e03bd1671
37 changed files with 65 additions and 74 deletions

View File

@ -105,7 +105,7 @@ PoolStringArray _ResourceLoader::get_dependencies(const String &p_path) {
#ifndef DISABLE_DEPRECATED
bool _ResourceLoader::has(const String &p_path) {
WARN_PRINTS("ResourceLoader.has() is deprecated, please replace it with the equivalent has_cached() or the new exists().");
WARN_PRINT("ResourceLoader.has() is deprecated, please replace it with the equivalent has_cached() or the new exists().");
return has_cached(p_path);
}
#endif // DISABLE_DEPRECATED