Hide GTAV map project option now hides collision meshes, Occlusion ymaps added to main grid

This commit is contained in:
dexyfex
2018-01-02 08:26:56 +11:00
Unverified
parent 77e9c0566f
commit 0d0a3d19d1
3 changed files with 16 additions and 1 deletions
+2 -1
View File
@@ -362,13 +362,14 @@ namespace CodeWalker.World
break;
case 32:
occlnodes.Add(node);
//addtogrid = true;
addtogrid = true;
break;
case 1088:
grassnodes.Add(node);
addtogrid = true;
break;
default:
addtogrid = true;
break;
}