summaryrefslogtreecommitdiffstats
path: root/modules/navigation
diff options
context:
space:
mode:
authorThaddeus Crews <repiteo@outlook.com>2024-06-21 11:19:04 -0500
committerThaddeus Crews <repiteo@outlook.com>2024-11-04 12:11:06 -0600
commit89a311205f20efd28faff8e4695bd1af730613ae (patch)
tree500d3445d2b062151e3127a0eb75fef45f489777 /modules/navigation
parent1bffd6c73b44b85e5889f54e14b2193940cf5bb1 (diff)
downloadredot-engine-89a311205f20efd28faff8e4695bd1af730613ae.tar.gz
Style: Apply `clang-tidy` fixes
• `modernize-use-default-member-init` and `readability-redundant-member-init` • Minor adjustments to `.clang-tidy` to improve syntax & remove redundancies
Diffstat (limited to 'modules/navigation')
-rw-r--r--modules/navigation/nav_agent.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/navigation/nav_agent.h b/modules/navigation/nav_agent.h
index e3671504f2..d56e053ac4 100644
--- a/modules/navigation/nav_agent.h
+++ b/modules/navigation/nav_agent.h
@@ -67,7 +67,7 @@ class NavAgent : public NavRid {
uint32_t avoidance_mask = 1;
real_t avoidance_priority = 1.0;
- Callable avoidance_callback = Callable();
+ Callable avoidance_callback;
bool agent_dirty = true;