Merge pull request #45510 from TamplierS1/3.2
Fix disconnection between Gizmo and inspector values on BakedLightmap
This commit is contained in:
commit
cea561e461
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue