Skip to content

Commit 040377c

Browse files
authored
Merge pull request #85 from Kariaro/feature/bone-settings
Make bone settings persistent
2 parents 8f01c75 + 23bcace commit 040377c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Assets/Scripts/Settings/Settings.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@ public static void Init() {
1212
field.Init();
1313
Logger.Info(_TAG, $"{field.Name()} '{field.RawValue()}'");
1414
}
15-
16-
// Reset bone mask because it's experimental
17-
BoneMask = BoneSettings.Default;
1815
}
1916

2017
public static class Temporary {

0 commit comments

Comments
 (0)