You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-20 14:45:44 +00:00
Clean up some bad words from code comments
(cherry picked from commit d35e486228)
This commit is contained in:
committed by
Hein-Pieter van Braam
parent
b5f8c1a53b
commit
eacd66e784
@@ -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());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user