You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// All calls to `spacingFactor()` in the original code thus reduce to returning (0,0).
537
537
if(c.RelativeAnchorPosition!=Vector2.Zero)
538
-
thrownewInvalidOperationException($"All drawables in a {nameof(TextFlowContainer)} must not specify custom {RelativeAnchorPosition}s. Only (0,0) is supported.");
538
+
thrownewInvalidOperationException($"All drawables in a {nameof(TextFlowContainer)} must not specify custom {nameof(RelativeAnchorPosition)}s. Only (0,0) is supported.");
539
539
if(c.RelativeOriginPosition!=Vector2.Zero)
540
-
thrownewInvalidOperationException($"All drawables in a {nameof(TextFlowContainer)} must not specify custom {RelativeOriginPosition}s. Only (0,0) is supported.");
540
+
thrownewInvalidOperationException($"All drawables in a {nameof(TextFlowContainer)} must not specify custom {nameof(RelativeOriginPosition)}s. Only (0,0) is supported.");
541
541
542
542
// Populate running variables with sane initial values.
0 commit comments