Skip to content

Fix Quaternion constructor argument order LoadDump method#3165

Merged
JonnyOThan merged 1 commit into
KSP-KOS:developfrom
DBooots:patch-2
May 9, 2026
Merged

Fix Quaternion constructor argument order LoadDump method#3165
JonnyOThan merged 1 commit into
KSP-KOS:developfrom
DBooots:patch-2

Conversation

@DBooots
Copy link
Copy Markdown
Contributor

@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
@ChrisInBed
Copy link
Copy Markdown

Just a reminder here
Maybe you forget to merge it?

@DBooots
Copy link
Copy Markdown
Contributor Author

DBooots commented Apr 11, 2026

Just a reminder here Maybe you forget to merge it?

Sadly I don't have the authority to merge stuff yet. Waiting on one of the official maintainers to accept the pull request or to be added to the maintainers group.

@JonnyOThan JonnyOThan merged commit b6e4758 into KSP-KOS:develop May 9, 2026
@JonnyOThan JonnyOThan added this to the v1.5.2.0 milestone May 9, 2026
@DBooots DBooots deleted the patch-2 branch May 9, 2026 16:04
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

3 participants