Merge pull request #5139 from zaps166/init_navigation_pointer
GridMap: Initialize "navigation" pointer
This commit is contained in:
commit
7127f0943d
1 changed files with 1 additions and 1 deletions
|
@ -1830,7 +1830,7 @@ GridMap::GridMap() {
|
||||||
baked_light_instance=NULL;
|
baked_light_instance=NULL;
|
||||||
use_baked_light=false;
|
use_baked_light=false;
|
||||||
|
|
||||||
|
navigation = NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue