Skip to content

Commit

Permalink
Merge pull request #81914 from jsjtxietian/update-mesh-list-immeditel…
Browse files Browse the repository at this point in the history
…y-after-set-mesh-library

Update mesh list UI immediately after setting mesh library in gridmap
  • Loading branch information
akien-mga committed Sep 20, 2023
2 parents 52104de + c9957d8 commit 0ba19c3
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 0ba19c3

Please sign in to comment.