diff options
author | smix8 <52464204+smix8@users.noreply.github.com> | 2023-11-28 00:05:50 +0100 |
---|---|---|
committer | smix8 <52464204+smix8@users.noreply.github.com> | 2023-11-28 00:05:50 +0100 |
commit | cd07e73812a60982de212ea5b869e0a8255db2cf (patch) | |
tree | d5a116a0517e56c903a2b04378513f25f4758a17 | |
parent | 5df98679672c12d96b4ac4d96ee17f1559207401 (diff) | |
download | redot-engine-cd07e73812a60982de212ea5b869e0a8255db2cf.tar.gz |
Remove GridMap navigation_layers leftover
Removes GridMap navigation_layers leftover.
-rw-r--r-- | modules/gridmap/grid_map.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/gridmap/grid_map.h b/modules/gridmap/grid_map.h index e05979efbc..348ac5194c 100644 --- a/modules/gridmap/grid_map.h +++ b/modules/gridmap/grid_map.h @@ -155,7 +155,6 @@ class GridMap : public Node3D { Ref<PhysicsMaterial> physics_material; bool bake_navigation = false; RID map_override; - uint32_t navigation_layers = 1; Transform3D last_transform; |