diff options
author | smix8 <52464204+smix8@users.noreply.github.com> | 2023-05-26 00:23:13 +0200 |
---|---|---|
committer | smix8 <52464204+smix8@users.noreply.github.com> | 2023-05-26 00:42:09 +0200 |
commit | d171dfce9a5fcbe89ed5093484c85dab83fe3b88 (patch) | |
tree | 478402408389e3221de830033e92e18745198bdc /main | |
parent | 2eec9a67d564b11326f44c5ef8b6b6f9aec251b9 (diff) | |
download | redot-engine-d171dfce9a5fcbe89ed5093484c85dab83fe3b88.tar.gz |
Fix --debug-avoidance description.
Fixes c&p error in --debug-avoidance description.
Diffstat (limited to 'main')
-rw-r--r-- | main/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/main.cpp b/main/main.cpp index ec35b33321..68c977e9b7 100644 --- a/main/main.cpp +++ b/main/main.cpp @@ -459,7 +459,7 @@ void Main::print_help(const char *p_binary) { OS::get_singleton()->print(" --debug-collisions Show collision shapes when running the scene.\n"); OS::get_singleton()->print(" --debug-paths Show path lines when running the scene.\n"); OS::get_singleton()->print(" --debug-navigation Show navigation polygons when running the scene.\n"); - OS::get_singleton()->print(" --debug-avoidance Show navigation polygons when running the scene.\n"); + OS::get_singleton()->print(" --debug-avoidance Show navigation avoidance debug visuals when running the scene.\n"); OS::get_singleton()->print(" --debug-stringnames Print all StringName allocations to stdout when the engine quits.\n"); #endif OS::get_singleton()->print(" --frame-delay <ms> Simulate high CPU load (delay each frame by <ms> milliseconds).\n"); |