Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/irov/Mengine
Browse files Browse the repository at this point in the history
  • Loading branch information
irov committed Aug 22, 2023
2 parents 07a1a76 + 67fde51 commit dde11ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Services/StatisticService/StatisticService.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ namespace Mengine

MENGINE_ASSERTION_MEMORY_PANIC( mutex );

m_mutex = m_mutex;
m_mutex = mutex;

Algorithm::fill_n( m_statisticIntegers, MENGINE_STATISTIC_MAX_COUNT, 0LL );
Algorithm::fill_n( m_statisticDoubles, MENGINE_STATISTIC_MAX_COUNT, 0.0 );
Expand Down

0 comments on commit dde11ba

Please sign in to comment.