diff --git a/neo/d3xp/Game_local.cpp b/neo/d3xp/Game_local.cpp index 4a7790f8..284adf40 100644 --- a/neo/d3xp/Game_local.cpp +++ b/neo/d3xp/Game_local.cpp @@ -2616,6 +2616,8 @@ idGameLocal::RunFrame */ void idGameLocal::RunFrame( idUserCmdMgr& cmdMgr, gameReturn_t& ret ) { + SCOPED_PROFILE_EVENT( "RunFrame" ); + idEntity* ent; int num; float ms;