You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
Fix various typos with codespell
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:
@@ -1259,7 +1259,7 @@ void RendererSceneCull::_update_instance_visibility_depth(Instance *p_instance)
|
||||
}
|
||||
|
||||
if (cycle_detected) {
|
||||
ERR_PRINT("Cycle detected in the visibility dependecies tree.");
|
||||
ERR_PRINT("Cycle detected in the visibility dependencies tree.");
|
||||
for (Set<Instance *>::Element *E = traversed_nodes.front(); E; E = E->next()) {
|
||||
Instance *instance = E->get();
|
||||
InstanceGeometryData *geom = static_cast<InstanceGeometryData *>(instance->base_data);
|
||||
|
||||
Reference in New Issue
Block a user