godot/modules/gridmap
Tomer Keren 3e4816efbd
Setting visibility on GridMap now works. Closes #41374.
Continuing the work from f43a0ef327,
It seems the maps visibility was not actually set and a flase value was propogated to the meshes
Trying to set the maps visibility directly (Using `set_visibility` causes the map to no longer to recieve visibility notifications, instead this approach was chosen

(cherry picked from commit fe52c6b0b7)
2020-10-28 14:05:39 +01:00
..
doc_classes doc: Make docs.godotengine.org links point to 3.2 branch 2020-10-19 16:10:01 +02:00
icons
SCsub SCons: Format buildsystem files with psf/black 2020-06-10 15:30:52 +02:00
config.py SCons: Format buildsystem files with psf/black 2020-06-10 15:30:52 +02:00
grid_map.cpp Setting visibility on GridMap now works. Closes #41374. 2020-10-28 14:05:39 +01:00
grid_map.h
grid_map_editor_plugin.cpp
grid_map_editor_plugin.h
register_types.cpp
register_types.h