Graphics/TextSprite: Fix AABB when scale is used
This commit is contained in:
parent
ff491eddc7
commit
6308553886
|
|
@ -214,6 +214,8 @@ namespace Nz
|
|||
indices->count++;
|
||||
}
|
||||
|
||||
bounds.Scale(scale);
|
||||
|
||||
UpdateAABB(bounds);
|
||||
OnElementInvalidated(this);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue