Skip to content

Commit

Permalink
fix: negative size of box collider in Tail-E
Browse files Browse the repository at this point in the history
  • Loading branch information
Misaka-L committed Nov 1, 2024
1 parent 8945f39 commit 0f7dc04
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7686,7 +7686,7 @@ BoxCollider:
m_ProvidesContacts: 0
m_Enabled: 1
serializedVersion: 3
m_Size: {x: -12.51, y: 1, z: 5}
m_Size: {x: 12.51, y: 1, z: 5}
m_Center: {x: 0, y: 0, z: 0}
--- !u!1 &696393346622193598
GameObject:
Expand Down

0 comments on commit 0f7dc04

Please sign in to comment.