Skip to content

Commit

Permalink
Update meshes list UI immeditely after setting mesh library in gridmap
Browse files Browse the repository at this point in the history
  • Loading branch information
jsjtxietian committed Sep 20, 2023
1 parent 5c43e4c commit c9957d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/gridmap/grid_map.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,7 @@ void GridMap::set_mesh_library(const Ref<MeshLibrary> &p_mesh_library) {
}

_recreate_octant_data();
emit_signal(CoreStringNames::get_singleton()->changed);
}

Ref<MeshLibrary> GridMap::get_mesh_library() const {
Expand Down

0 comments on commit c9957d8

Please sign in to comment.