Skip to content
This repository has been archived by the owner on Sep 28, 2023. It is now read-only.

Commit

Permalink
Update ShapeDrawCommand.ts
Browse files Browse the repository at this point in the history
Fix of toJSON
  • Loading branch information
lilmuff2 authored Jul 6, 2023
1 parent 42f7d53 commit 1cb3afe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/node/SupercellFlash/objects/ShapeDrawCommand.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ export class ShapeDrawBitmapCommand extends NATIVE_SHAPE_DRAW_COMMAND {

toJSON(): object {
return {
textureIndex: this.textureIndex,
vertices: this.vertices,
};
}
Expand Down

0 comments on commit 1cb3afe

Please # to comment.