Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/game-design' into game-design
Browse files Browse the repository at this point in the history
  • Loading branch information
EnzoGrn committed Jan 12, 2024
2 parents 46367b1 + c210826 commit 0106fa7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions R-Type/src/Scripts/Player/Module.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,7 @@ namespace RType {
}
}

void Module::OnUpdate(Timestep ts) {
(void)ts;
}
void Module::OnUpdate(Timestep ts) { (void)ts; }

void Module::Shoot() {
Scene *scene = HandleEntity.GetScene();
Expand Down

0 comments on commit 0106fa7

Please sign in to comment.