Skip to content

Commit

Permalink
Merge pull request #560 from Unity-Technologies/release-fixes
Browse files Browse the repository at this point in the history
Release fixes
  • Loading branch information
mtschoen-unity authored Nov 5, 2019
2 parents b563bd5 + 61d1326 commit 8fa10ce
Show file tree
Hide file tree
Showing 17 changed files with 5,751 additions and 5,370 deletions.
2 changes: 1 addition & 1 deletion Editor/SeedXRInputBindings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -551,7 +551,7 @@ public void GenerateXRBindings()
LoadExistingDataAndCheckAgainstNewData(inputManagerCurrentData, ref axisMap, ref currentInputData);
if (ApplyDataToInputManager(currentInputData, axisList, axisMap, ref inputManagerCurrentData))
{
serializedObject.ApplyModifiedProperties();
serializedObject.ApplyModifiedPropertiesWithoutUndo();
AssetDatabase.Refresh();
}
}
Expand Down
Loading

0 comments on commit 8fa10ce

Please sign in to comment.