Skip to content

Commit dd578c0

Browse files
committed
Reserialize metas
1 parent 0f81f91 commit dd578c0

4 files changed

Lines changed: 31 additions & 6 deletions

File tree

org.mixedrealitytoolkit.uxcore/FontIcons/FontIconSelectorMigrationUtility.cs.meta

Lines changed: 10 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

org.mixedrealitytoolkit.uxcore/StateVisualizer/StateVisualizer.cs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -380,9 +380,7 @@ protected virtual void Start()
380380
}
381381

382382
// Determine if we actually need to be awake.
383-
bool allEffectsDone = EvaluateEffects();
384-
385-
if (allEffectsDone && interactable != null && !interactable.isSelected && !interactable.isHovered)
383+
if (EvaluateEffects() && interactable != null && !interactable.isSelected && !interactable.isHovered)
386384
{
387385
// Start asleep if nothing is happening. This prevents the Animator from
388386
// briefly waking up and applying bind poses with 0 weights, which overwrites

org.mixedrealitytoolkit.uxcore/Tests/Runtime/FontIconSelectorTests.cs.meta

Lines changed: 10 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

org.mixedrealitytoolkit.uxcore/Theming/AssemblyInfo.cs.meta

Lines changed: 10 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)