diff options
| author | Juan Linietsky | 2017-02-15 08:29:46 -0300 |
|---|---|---|
| committer | Juan Linietsky | 2017-02-15 08:34:02 -0300 |
| commit | da11d6d9e868db674cb18ced0544c84e3356be8d (patch) | |
| tree | cfc9ce1235e34c0fee160e00c340a1163474a024 /modules/gridmap/grid_map_editor_plugin.h | |
| parent | d7fd86d51aadda665667c88dca657993f0de14d7 (diff) | |
| download | godot-da11d6d9e868db674cb18ced0544c84e3356be8d.tar.gz godot-da11d6d9e868db674cb18ced0544c84e3356be8d.tar.zst godot-da11d6d9e868db674cb18ced0544c84e3356be8d.zip | |
Diffstat (limited to 'modules/gridmap/grid_map_editor_plugin.h')
| -rw-r--r-- | modules/gridmap/grid_map_editor_plugin.h | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/modules/gridmap/grid_map_editor_plugin.h b/modules/gridmap/grid_map_editor_plugin.h index 2c0ff99dc..66ec5dc4b 100644 --- a/modules/gridmap/grid_map_editor_plugin.h +++ b/modules/gridmap/grid_map_editor_plugin.h @@ -112,12 +112,9 @@ class GridMapEditor : public VBoxContainer { RID duplicate_mesh; RID duplicate_instance; - RID indicator_mat; - - RID inner_mat; - RID outer_mat; - RID inner_mat_dup; - RID outer_mat_dup; + Ref<FixedSpatialMaterial> indicator_mat; + Ref<FixedSpatialMaterial> inner_mat; + Ref<FixedSpatialMaterial> outer_mat; bool updating; |
