Flushes commands just before the navigation server is destroyed
This commit is contained in:
parent
2ca5f22bce
commit
c143b5c677
6 changed files with 33 additions and 16 deletions
|
|
@ -75,7 +75,7 @@ void NavigationServer::_bind_methods() {
|
|||
ClassDB::bind_method(D_METHOD("free", "object"), &NavigationServer::free);
|
||||
|
||||
ClassDB::bind_method(D_METHOD("set_active", "active"), &NavigationServer::set_active);
|
||||
ClassDB::bind_method(D_METHOD("step", "delta_time"), &NavigationServer::step);
|
||||
ClassDB::bind_method(D_METHOD("process", "delta_time"), &NavigationServer::process);
|
||||
}
|
||||
|
||||
const NavigationServer *NavigationServer::get_singleton() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue