Skip to content

Commit

Permalink
BakedLightmap: Update gizmo when setting extents.
Browse files Browse the repository at this point in the history
Fixes #14696.
  • Loading branch information
27thLiz committed Dec 15, 2017
1 parent d6b6dcd commit bca97e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scene/3d/baked_lightmap.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit bca97e3

Please sign in to comment.