diff --git a/package.json b/package.json index 986c2e1..64424ad 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "computercraft-mutil", - "version": "1.0.3", + "version": "1.0.4", "description": "", "license": "ISC", "author": "", diff --git a/src/quaternion.ts b/src/quaternion.ts index 718cef6..9787902 100644 --- a/src/quaternion.ts +++ b/src/quaternion.ts @@ -8,7 +8,7 @@ export class Quaternion { public w: number, ) {} - public fromXYZ({ + public static fromXYZ({ x, y, z,