Skip to content

Commit

Permalink
feat(tesseratos): rename EntitySelector input system
Browse files Browse the repository at this point in the history
  • Loading branch information
tomas7770 committed Jan 31, 2024
1 parent 0609283 commit d62277f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/tesseratos/src/tesseratos/entity_selector/plugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ void tesseratos::entitySelectorPlugin(Cubos& cubos)
entitySelector.lastMousePosition = glm::ivec2{0, 0};
});

cubos.system("process window input")
cubos.system("process window input for EntitySelector")
.tagged("cubos.entitySelector.input")
.after("cubos.window.poll")
.after("cubos.renderer.draw")
Expand Down

0 comments on commit d62277f

Please sign in to comment.