Skip to content

Commit

Permalink
fix: MergeDirectBlendTreeTests.DoesNotOverwriteBaseParameters
Browse files Browse the repository at this point in the history
  • Loading branch information
bdunderscore committed Feb 3, 2025
1 parent 322a13c commit 95117a0
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions Editor/MergeBlendTreePass.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,10 @@

#region

using System;
using System.Collections.Generic;
using System.Linq;
using nadena.dev.modular_avatar.animation;
using nadena.dev.ndmf;
using nadena.dev.ndmf.animator;
using nadena.dev.ndmf.util;
using UnityEditor.Animations;
using UnityEditor.Search;
using UnityEngine;
using VRC.SDK3.Avatars.Components;

Expand Down Expand Up @@ -57,7 +52,7 @@ protected override void Execute(ndmf.BuildContext context)
{
name = name,
type = AnimatorControllerParameterType.Float,
defaultFloat = 1.0f
defaultFloat = 0.0f
});
}
}
Expand Down

0 comments on commit 95117a0

Please sign in to comment.