mirror of
https://github.com/godotengine/godot.git
synced 2025-02-17 22:43:01 +08:00
Update meshes list UI immeditely after setting mesh library in gridmap
This commit is contained in:
parent
5c43e4c1ef
commit
c9957d8907
@ -267,6 +267,7 @@ void GridMap::set_mesh_library(const Ref<MeshLibrary> &p_mesh_library) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
_recreate_octant_data();
|
_recreate_octant_data();
|
||||||
|
emit_signal(CoreStringNames::get_singleton()->changed);
|
||||||
}
|
}
|
||||||
|
|
||||||
Ref<MeshLibrary> GridMap::get_mesh_library() const {
|
Ref<MeshLibrary> GridMap::get_mesh_library() const {
|
||||||
|
Loading…
Reference in New Issue
Block a user