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++;
|
indices->count++;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
bounds.Scale(scale);
|
||||||
|
|
||||||
UpdateAABB(bounds);
|
UpdateAABB(bounds);
|
||||||
OnElementInvalidated(this);
|
OnElementInvalidated(this);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue