Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
Maksims committed Dec 16, 2024
1 parent 28e2f95 commit dbfcf30
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/framework/components/render/component.js
Original file line number Diff line number Diff line change
Expand Up @@ -172,8 +172,7 @@ class RenderComponent extends Component {
*
* @param {import('./system.js').RenderComponentSystem} system - The ComponentSystem that
* created this Component.
* @param {Entity} entity - The Entity that this Component is
* attached to.
* @param {Entity} entity - The Entity that this Component is attached to.
*/
constructor(system, entity) {
super(system, entity);
Expand Down

0 comments on commit dbfcf30

Please sign in to comment.