Skip to content

Commit

Permalink
Update tools/tesseratos/src/tesseratos/metrics_panel/plugin.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
Scarface1809 and github-actions[bot] authored Nov 10, 2023
1 parent 040d1b5 commit e9ac451
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/tesseratos/src/tesseratos/metrics_panel/plugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ static void panel(Read<DeltaTime> deltatime, Write<Metrics> metrics)
{
ImGui::Begin("Metrics Panel");
// General Metrics
metrics->time_elapsed += deltatime->value;
metrics->timeElapsed += deltatime->value;
metrics->frame_counter++;
metrics->second_timer += deltatime->value;
if (metrics->second_timer >= 1)
Expand Down

0 comments on commit e9ac451

Please sign in to comment.