1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-05 12:10:55 +00:00

GridMap: Initialize "navigation" pointer

This commit is contained in:
Błażej Szczygieł
2016-06-10 12:47:38 +02:00
parent 73b93c9110
commit 3d931f3353

View File

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