mirror of
https://github.com/Redot-Engine/redot-engine.git
synced 2025-12-06 07:17:42 -05:00
Remove unnecessary assignments
Co-authored-by: A Thousand Ships <96648715+AThousandShips@users.noreply.github.com>
This commit is contained in:
@@ -973,8 +973,7 @@ Error ResourceLoaderText::rename_dependencies(Ref<FileAccess> p_f, const String
|
||||
}
|
||||
|
||||
if (p_map.has(path)) {
|
||||
String np = p_map[path];
|
||||
path = np;
|
||||
path = p_map[path];
|
||||
}
|
||||
|
||||
if (relative) {
|
||||
|
||||
Reference in New Issue
Block a user