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