Merge pull request #5139 from zaps166/init_navigation_pointer

GridMap: Initialize "navigation" pointer
This commit is contained in:
George Marques 2016-06-13 12:16:00 -03:00 committed by GitHub
commit 7127f0943d
1 changed files with 1 additions and 1 deletions

View File

@ -1830,7 +1830,7 @@ GridMap::GridMap() {
baked_light_instance=NULL;
use_baked_light=false;
navigation = NULL;
}