Style: Add 19.1.0 LLVM options to .clang-format
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
|
||||
// for slow incremental optimization, we will periodically remove each
|
||||
// item from the tree and reinsert, to give it a chance to find a better position
|
||||
void _logic_item_remove_and_reinsert(uint32_t p_ref_id) {
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
|
||||
int _handle_get_tree_id(BVHHandle p_handle) const {
|
||||
if (USE_PAIRS) {
|
||||
return _extra[p_handle.id()].tree_id;
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
|
||||
public:
|
||||
struct ItemRef {
|
||||
uint32_t tnode_id; // -1 is invalid
|
||||
|
||||
Reference in New Issue
Block a user