Skip to content

Commit

Permalink
Added state m_Running variable
Browse files Browse the repository at this point in the history
Added state m_Running variable
  • Loading branch information
SmileYzn authored Oct 29, 2024
1 parent 01a2d4d commit 064842a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions LogApi/LogApi.h
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,9 @@ class CLogApi
// Events
std::map<std::string, int> m_Events;

// State
bool m_Running = false;

// Frame time
float m_FrameTime = 0.0f;
};
Expand Down

0 comments on commit 064842a

Please sign in to comment.