diff options
Diffstat (limited to 'src/utils/perfstat.h')
-rw-r--r-- | src/utils/perfstat.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils/perfstat.h b/src/utils/perfstat.h index 95a3333f6..d1928b774 100644 --- a/src/utils/perfstat.h +++ b/src/utils/perfstat.h @@ -46,7 +46,7 @@ namespace Perf int getTime(const size_t frameId, const size_t counterId); int getWorstTime(const size_t counterId); -} +} // namespace Perf extern PerfStats perfStats[PERFSTAT_MAX]; extern size_t perfFrameId; |