Skip to content

Commit

Permalink
fix(BitPacking): setting default QuaternionPack to 9
Browse files Browse the repository at this point in the history
  • Loading branch information
James-Frowen committed Oct 1, 2021
1 parent 18685e5 commit bcc44a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Assets/Mirage/Runtime/Serialization/WeaverAttributes.cs
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ public class Vector2PackAttribute : Attribute
/// </summary>
public class QuaternionPackAttribute : Attribute
{
public QuaternionPackAttribute(int bitPerElement) { }
public QuaternionPackAttribute(int bitPerElement = 9) { }
}

/// <summary>
Expand Down

0 comments on commit bcc44a7

Please sign in to comment.