godot/core/math
lawnjelly da2f17ae19
BVH - fix stale current_tree in deactivate function
Changes passing of current_tree from a member variable to a function argument, making bugs due to stale state less likely.

Fix a bug in deactivate where current_tree variable was stale. This may have resulted in visual anomalies.

(cherry picked from commit 0a350845d5)
2021-05-31 11:32:04 +02:00
..
SCsub
a_star.cpp
a_star.h
aabb.cpp
aabb.h
audio_frame.cpp
audio_frame.h
basis.cpp Improve some argument names for core types 2021-04-26 11:50:31 +02:00
basis.h Improve some argument names for core types 2021-04-26 11:50:31 +02:00
bsp_tree.cpp
bsp_tree.h
bvh.h BVH - prevent self collisions 2021-04-04 09:13:58 +01:00
bvh_abb.h
bvh_cull.inc
bvh_debug.inc
bvh_integrity.inc
bvh_logic.inc BVH - fix stale current_tree in deactivate function 2021-05-31 11:32:04 +02:00
bvh_misc.inc
bvh_pair.inc
bvh_public.inc BVH - fix stale current_tree in deactivate function 2021-05-31 11:32:04 +02:00
bvh_refit.inc BVH - fix stale current_tree in deactivate function 2021-05-31 11:32:04 +02:00
bvh_split.inc
bvh_structs.inc BVH - fix stale current_tree in deactivate function 2021-05-31 11:32:04 +02:00
bvh_tree.h BVH - fix stale current_tree in deactivate function 2021-05-31 11:32:04 +02:00
camera_matrix.cpp
camera_matrix.h
delaunay.h
disjoint_set.cpp
disjoint_set.h
expression.cpp
expression.h
face3.cpp
face3.h
geometry.cpp
geometry.h
math_defs.h
math_fieldwise.cpp
math_fieldwise.h
math_funcs.cpp
math_funcs.h Make posmod use int64_t instead of int 2021-05-04 12:47:13 +02:00
octree.h
octree_definition.inc Fix typos with codespell 2021-05-20 14:36:39 +02:00
plane.cpp
plane.h
quat.cpp Improve some argument names for core types 2021-04-26 11:50:31 +02:00
quat.h Improve some argument names for core types 2021-04-26 11:50:31 +02:00
quick_hull.cpp
quick_hull.h
random_number_generator.cpp
random_number_generator.h
random_pcg.cpp
random_pcg.h
rect2.cpp
rect2.h
transform.cpp
transform.h
transform_2d.cpp
transform_2d.h
triangle_mesh.cpp
triangle_mesh.h
triangulate.cpp
triangulate.h
vector2.cpp Improve some argument names for core types 2021-04-26 11:50:31 +02:00
vector2.h Improve some argument names for core types 2021-04-26 11:50:31 +02:00
vector3.cpp Improve some argument names for core types 2021-04-26 11:50:31 +02:00
vector3.h Improve some argument names for core types 2021-04-26 11:50:31 +02:00