1
0
mirror of https://github.com/godotengine/godot.git synced 2026-01-03 19:11:41 +00:00

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

View File

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