mirror of
https://github.com/nzp-team/fteqw.git
synced 2024-11-10 22:51:57 +00:00
Added some profiling code.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@648 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
2cdaa69fe2
commit
649e60e1cb
1 changed files with 7 additions and 0 deletions
|
@ -641,6 +641,8 @@ void GLV_UpdatePalette (void)
|
|||
|
||||
float hwg;
|
||||
|
||||
RSpeedMark();
|
||||
|
||||
V_CalcPowerupCshift ();
|
||||
|
||||
// drop the damage value
|
||||
|
@ -680,7 +682,10 @@ void GLV_UpdatePalette (void)
|
|||
}
|
||||
|
||||
if (!new && !force)
|
||||
{
|
||||
RSpeedEnd(RSPEED_PALETTEFLASHES);
|
||||
return;
|
||||
}
|
||||
|
||||
GLV_CalcBlend ();
|
||||
|
||||
|
@ -716,6 +721,8 @@ void GLV_UpdatePalette (void)
|
|||
{
|
||||
Con_DPrintf("Gamma working state %i\n", gammaworks);
|
||||
}
|
||||
|
||||
RSpeedEnd(RSPEED_PALETTEFLASHES);
|
||||
}
|
||||
#endif
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue