Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
FrayxRulez committed Jan 22, 2024
1 parent b177a7c commit a9accc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Telegram/Composition/CompositionBlobVisual.cs
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ public CompositionBlobVisual(UIElement element, float width, float height, float
if (smallVisual != null)
{
_smallVisual = smallVisual;
_smallVisual.CenterPoint = new Vector3(halfSize, 0);
_smallVisual.CenterPoint = new Vector3(width / 2, height / 2, 0);
_smallVisual.Scale = new Vector3(0.45f);
}

Expand Down

0 comments on commit a9accc2

Please sign in to comment.