aboutsummaryrefslogtreecommitdiff
path: root/core/math/octree.h
diff options
context:
space:
mode:
authorRémi Verschelde2018-01-18 21:37:17 +0100
committerRémi Verschelde2018-01-18 22:01:42 +0100
commit9f479f096cb50fa8d1215e68c262f110116114ef (patch)
treef115332a8e73ab059c16b077873ca2f3faab9cb1 /core/math/octree.h
parenta1c08b71091c47d626410406f36a4bb6fca40953 (diff)
downloadgodot-9f479f096cb50fa8d1215e68c262f110116114ef.tar.gz
godot-9f479f096cb50fa8d1215e68c262f110116114ef.tar.zst
godot-9f479f096cb50fa8d1215e68c262f110116114ef.zip
Diffstat (limited to 'core/math/octree.h')
-rw-r--r--core/math/octree.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/math/octree.h b/core/math/octree.h
index 7411e4aa5..4e3d6257f 100644
--- a/core/math/octree.h
+++ b/core/math/octree.h
@@ -612,7 +612,7 @@ bool Octree<T, use_pairs, AL>::_remove_element_from_octant(Element *p_element, O
bool unpaired = false;
if (use_pairs && p_octant->last_pass != pass) {
- // check wether we should unpair stuff
+ // check whether we should unpair stuff
// always test pairable
typename List<Element *, AL>::Element *E = p_octant->pairable_elements.front();
while (E) {