Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion core/math/bvh_tree.h
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ class BVH_Tree {

// no need to keep back references for children at the moment

uint32_t sibling_id; // always a node id, as tnode is never a leaf
uint32_t sibling_id = 0; // always a node id, as tnode is never a leaf
bool sibling_present = false;

// if there are more children, or this is the root node, don't try and delete
Expand Down