diff options
Diffstat (limited to 'src/client.cpp')
-rw-r--r-- | src/client.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client.cpp b/src/client.cpp index e4fe1b4db..c1fbdae9d 100644 --- a/src/client.cpp +++ b/src/client.cpp @@ -1575,6 +1575,7 @@ int Client::gameExec() } BLOCK_END("Client::gameExec 8") } + PROFILER_END(); } return 0; |