Skip to content

Commit

Permalink
Merge pull request #37 from stan-donarise/master
Browse files Browse the repository at this point in the history
fix types
  • Loading branch information
blokhin authored Jun 28, 2024
2 parents 8a7b9bc + af665cb commit 5576107
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/three/view/view.view.web.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ namespace $.$$ {
const obj = make()
obj.name = name
this.scene().add( obj )
obj.destructor = ()=> this.remove_object( obj )
;(obj as any).destructor = ()=> this.remove_object( obj )

return obj
}
Expand Down

0 comments on commit 5576107

Please sign in to comment.