Skip to content

Commit f1d6332

Browse files
committed
Update main.ts
1 parent f6a8772 commit f1d6332

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ namespace polymesh {
5454
export class ctc { constructor(public x: number, public y: number, public z: number, public c: number) { } }
5555

5656
export class cmesh {
57-
v: mesh
57+
public v: mesh
5858

5959
constructor() {
6060
this.v.cts = [{indices: [0,0,0], color: 0}]

0 commit comments

Comments
 (0)