Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: CCDirectLink/ultimate-crosscode-typedefs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0927c9f4273db114bc996d8eb68ef84aaa354a21
Choose a base ref
..
head repository: CCDirectLink/ultimate-crosscode-typedefs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: eb39d7eb5f32cd213d4cf2dc1341366b1130e95a
Choose a head ref
Showing with 1 addition and 1 deletion.
  1. +1 −1 impact-core.d.ts
2 changes: 1 addition & 1 deletion impact-core.d.ts
Original file line number Diff line number Diff line change
@@ -62,7 +62,7 @@ declare global {
}

namespace Vec3 {
function create(otherVec?: Optional<Vec3>): Vec3;
function create(otherVec?: Nullable<Vec3>): Vec3;
function createC(x?: number, y?: number, z?: number): Vec3;
function assign(v1: Vec3, v2: Vec3): Vec3;
function assignC(v: Vec3, x?: number, y?: number, z?: number): Vec3;