1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-05 12:10:55 +00:00

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

View File

@@ -175,6 +175,7 @@ BakedLightmap::Subdiv BakedLightmap::get_capture_subdiv() 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();
} }
Vector3 BakedLightmap::get_extents() const { Vector3 BakedLightmap::get_extents() const {