mirror of
https://github.com/ZuneDev/ZuneShell.dll.git
synced 2026-07-27 13:11:51 -07:00
Fixed "name can be simplified"
This commit is contained in:
@@ -23,7 +23,7 @@ namespace Microsoft.Iris.Animations
|
||||
Vector3 baseValueVector,
|
||||
ref AnimationArgs args)
|
||||
{
|
||||
return ScaleKeyframe.GetEffectiveScaleValue(this.RelativeTo, targetObject, baseValueVector, ref args);
|
||||
return GetEffectiveScaleValue(this.RelativeTo, targetObject, baseValueVector, ref args);
|
||||
}
|
||||
|
||||
public static Vector3 GetEffectiveScaleValue(
|
||||
|
||||
Reference in New Issue
Block a user