mirror of
https://github.com/ZuneDev/Xune.git
synced 2026-07-27 13:13:10 -07:00
Simplified usages
This commit is contained in:
@@ -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)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user