Skip to content

Commit

Permalink
style (*): Committing clang-format changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Clang Robot committed Jan 9, 2024
1 parent f0ec7c8 commit 5b41a1c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion R-Type/src/System/ClockSystem.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ namespace RType {
world->LockMutex();
world->ForEach<Clock>([&](Entity *entity, auto clock) {
clock->ElapsedTime += ts;
EXODIA_INFO("ClockSystem: ElapsedTime: {0} from entity {1}", clock->ElapsedTime, entity->GetComponent<TagComponent>().Get().Tag);
EXODIA_INFO("ClockSystem: ElapsedTime: {0} from entity {1}", clock->ElapsedTime,
entity->GetComponent<TagComponent>().Get().Tag);
});
world->UnlockMutex();
}
Expand Down

0 comments on commit 5b41a1c

Please sign in to comment.