mirror of
https://github.com/tiennm99/godot.git
synced 2026-08-21 08:26:19 +00:00
Merge pull request #45510 from TamplierS1/3.2
Fix disconnection between Gizmo and inspector values on BakedLightmap
This commit is contained in:
@@ -1055,7 +1055,7 @@ float BakedLightmap::get_capture_cell_size() const {
|
||||
void BakedLightmap::set_extents(const Vector3 &p_extents) {
|
||||
extents = p_extents;
|
||||
update_gizmo();
|
||||
_change_notify("bake_extents");
|
||||
_change_notify("extents");
|
||||
}
|
||||
|
||||
Vector3 BakedLightmap::get_extents() const {
|
||||
|
||||
Reference in New Issue
Block a user