Simplified usages

This commit is contained in:
Yoshi Askharoun
2021-07-11 23:07:04 -05:00
parent f793c0c94f
commit dfb03d2ec5
242 changed files with 2240 additions and 2240 deletions
@@ -13,7 +13,7 @@ namespace Microsoft.Iris.Render
private bool m_refreshOnRepeat;
public CapturedAnimationInput(IAnimatable sourceObject, string sourcePropertyName)
: this(sourceObject, sourcePropertyName, (string)null)
: this(sourceObject, sourcePropertyName, null)
{
}
@@ -26,7 +26,7 @@ namespace Microsoft.Iris.Render
}
public CapturedAnimationInput(IAnimation sourceAnimation)
: this(sourceAnimation, (string)null)
: this(sourceAnimation, null)
{
}