From b12f4aed3fab56ca3bcb347fd039a8ee8cc82297 Mon Sep 17 00:00:00 2001 From: Mike Goslin Date: Mon, 28 May 2001 22:01:51 +0000 Subject: [PATCH] *** empty log message *** --- panda/src/dxgsg/dxGraphicsStateGuardian.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/panda/src/dxgsg/dxGraphicsStateGuardian.cxx b/panda/src/dxgsg/dxGraphicsStateGuardian.cxx index c95c7b1ba1..87099df6c5 100644 --- a/panda/src/dxgsg/dxGraphicsStateGuardian.cxx +++ b/panda/src/dxgsg/dxGraphicsStateGuardian.cxx @@ -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;