diff options
| author | Artem Varaksa | 2018-02-17 16:00:39 +0300 |
|---|---|---|
| committer | Artem Varaksa | 2018-02-17 16:00:39 +0300 |
| commit | d35e48622800f6686dbdfba380e25170005dcc2b (patch) | |
| tree | 373b6abb4e4a15befea66446841c16ce5541535b /core/io/resource_format_binary.cpp | |
| parent | 3d4bf5a90e9b32c6c93647c7fa08785b22cd5442 (diff) | |
| download | godot-d35e48622800f6686dbdfba380e25170005dcc2b.tar.gz godot-d35e48622800f6686dbdfba380e25170005dcc2b.tar.zst godot-d35e48622800f6686dbdfba380e25170005dcc2b.zip | |
Diffstat (limited to 'core/io/resource_format_binary.cpp')
| -rw-r--r-- | core/io/resource_format_binary.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/io/resource_format_binary.cpp b/core/io/resource_format_binary.cpp index 15c4835dc..5dfe06790 100644 --- a/core/io/resource_format_binary.cpp +++ b/core/io/resource_format_binary.cpp @@ -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()); |
