Skip to content

Commit

Permalink
Fixes .scale() not updating the bounding box
Browse files Browse the repository at this point in the history
  • Loading branch information
JujuAdams committed Jun 8, 2024
1 parent 32dafc9 commit 24a93ec
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -400,6 +400,7 @@ function __scribble_class_element(_string, _unique_id) constructor
if (__pre_scale != _scale)
{
__model_cache_name_dirty = true;
__bbox_dirty = true;

__pre_scale = _scale;
}
Expand Down

0 comments on commit 24a93ec

Please sign in to comment.