Clean up some bad words from code comments

This commit is contained in:
Artem Varaksa
2018-02-17 16:00:39 +03:00
parent 3d4bf5a90e
commit d35e486228
14 changed files with 13 additions and 23 deletions

View File

@@ -1124,7 +1124,7 @@ Error ResourceFormatLoaderBinary::rename_dependencies(const String &p_path, cons
DirAccess *da = DirAccess::create(DirAccess::ACCESS_FILESYSTEM);
da->remove(p_path + ".depren");
memdelete(da);
//fuck it, use the old approach;
//use the old approach
WARN_PRINT(("This file is old, so it can't refactor dependencies, opening and resaving: " + p_path).utf8().get_data());