Added PROFILE_EVENT to RunFrame()

This commit is contained in:
Robert Beckebans 2023-03-03 19:52:46 +01:00
parent cfd3981409
commit c9aefec3ce

View file

@ -2616,6 +2616,8 @@ idGameLocal::RunFrame
*/
void idGameLocal::RunFrame( idUserCmdMgr& cmdMgr, gameReturn_t& ret )
{
SCOPED_PROFILE_EVENT( "RunFrame" );
idEntity* ent;
int num;
float ms;