Merge pull request #45510 from TamplierS1/3.2
Fix disconnection between Gizmo and inspector values on BakedLightmap
This commit is contained in:
commit
cea561e461
@ -1055,7 +1055,7 @@ float BakedLightmap::get_capture_cell_size() const {
|
|||||||
void BakedLightmap::set_extents(const Vector3 &p_extents) {
|
void BakedLightmap::set_extents(const Vector3 &p_extents) {
|
||||||
extents = p_extents;
|
extents = p_extents;
|
||||||
update_gizmo();
|
update_gizmo();
|
||||||
_change_notify("bake_extents");
|
_change_notify("extents");
|
||||||
}
|
}
|
||||||
|
|
||||||
Vector3 BakedLightmap::get_extents() const {
|
Vector3 BakedLightmap::get_extents() const {
|
||||||
|
Loading…
Reference in New Issue
Block a user