Skip to content

Commit

Permalink
fix: Solve the issues mentioned in Issue367 (Orillusion#368)
Browse files Browse the repository at this point in the history
Solve the issues mentioned in Issue367.
  • Loading branch information
hellmor authored Mar 21, 2024
1 parent 51ff3ee commit 7ab2f48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/gui/core/GUICanvas.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export class GUICanvas extends ComponentBase {
}

public copyComponent(from: this): this {
from.index = from.index;
this.index = from.index;
return this;
}
}

0 comments on commit 7ab2f48

Please sign in to comment.