*** empty log message ***

This commit is contained in:
Mike Goslin 2001-05-28 22:01:51 +00:00
parent 1439afae8e
commit b12f4aed3f
1 changed files with 2 additions and 2 deletions

View File

@ -797,7 +797,7 @@ render_frame(const AllAttributesWrapper &initial_state) {
static DWORD LastTickCount=0;
DWORD CurTickCount=GetTickCount();
if (CurTickCount-LastTickCount > TICKSPERINFO) {
if (CurTickCount-LastTickCount > TICKS_PER_GETTEXINFO) {
LastTickCount=CurTickCount;
report_texmgr_stats();
}
@ -811,7 +811,7 @@ render_frame(const AllAttributesWrapper &initial_state) {
static DWORD LastTickCount=0;
DWORD CurTickCount=GetTickCount();
if (CurTickCount-LastTickCount > TICKSPERINFO) {
if (CurTickCount-LastTickCount > TICKS_PER_GETTEXINFO) {
LastTickCount=CurTickCount;
HRESULT hr;