Skip to content

Commit

Permalink
Little cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Dhruv-0-Arora committed Jul 18, 2024
1 parent 692bb1d commit 2708e48
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions fission/src/ui/components/SceneOverlayEvents.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,11 @@ export class SceneOverlayTag {
this.text = text
this.position = position ?? [0, 0]
new SceneOverlayTagEvent(SceneOverlayTagEventKey.ADD, this)
// new SceneOverlayTagAddEvent(this)
}

/** Removing the tag */
public Dispose() {
new SceneOverlayTagEvent(SceneOverlayTagEventKey.REMOVE, this)
// new SceneOverlayTagRemoveEvent(this)
}
}

Expand Down

0 comments on commit 2708e48

Please sign in to comment.