BakedLightmap: Update gizmo when setting extents.

Fixes #14696.
This commit is contained in:
Andreas Haas 2017-12-15 20:34:02 +01:00
parent d6b6dcd20e
commit bca97e33ce
No known key found for this signature in database
GPG key ID: B5FFAE1B65FBD2E1

View file

@ -175,6 +175,7 @@ BakedLightmap::Subdiv BakedLightmap::get_capture_subdiv() const {
void BakedLightmap::set_extents(const Vector3 &p_extents) {
extents = p_extents;
update_gizmo();
}
Vector3 BakedLightmap::get_extents() const {