You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-24 15:26:15 +00:00
Fix various typos
Follow-up typos found via `codespell -q 3 -S ./thirdparty,*.po,./DONORS.md -L ackward,ang,ans,ba,beng,cas,childs,childrens,dof,doubleclick,fave,findn,hist,inout,leapyear,lod,nd,numer,ois,ony,paket,seeked,sinc,switchs,te,uint`
This commit is contained in:
@@ -126,7 +126,7 @@ Vector<String> EditorFileSystemDirectory::get_file_deps(int p_idx) const {
|
||||
}
|
||||
ResourceUID::ID uid = ResourceUID::get_singleton()->text_to_id(dep);
|
||||
if (uid != ResourceUID::INVALID_ID) {
|
||||
//return proper dependency resoure from uid
|
||||
//return proper dependency resource from uid
|
||||
if (ResourceUID::get_singleton()->has_id(uid)) {
|
||||
dep = ResourceUID::get_singleton()->get_id_path(uid);
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user