Skip to content

Fix Quaternion constructor argument order LoadDump method#3165

Open
DBooots wants to merge 1 commit intoKSP-KOS:developfrom
DBooots:patch-2
Open

Fix Quaternion constructor argument order LoadDump method#3165
DBooots wants to merge 1 commit intoKSP-KOS:developfrom
DBooots:patch-2

Conversation

@DBooots
Copy link

@DBooots DBooots commented Feb 24, 2026

The Unity Quaternion being constructed here takes arguments in the order of X, Y, Z, W. There was a bug here that provided them in the order of W, X, Y, Z, which will make the created Quaternion incorrect. Fixes #3161

The Unity Quaternion being constructed here takes arguments in the order of X, Y, Z, W. There was a bug here that provided them in the order of W, X, Y, Z, which will make the created Quaternion incorrect.
Fixes KSP-KOS#3161
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Serious but small bug in serialization of kOS.Suffixed.Direction

1 participant