This commit is contained in:
Daveo 2001-01-04 22:12:40 +00:00
parent e2956c44ee
commit 1c2b174733
3 changed files with 4 additions and 4 deletions

View File

@ -41,7 +41,7 @@ void PrimInit()
/*****************************************************************************/
void PrimDisplay()
{
// CAnimTex::AnimateTex();
CAnimTex::AnimateTex();
UnlinkOTagR(OtPtr, MAX_OT, &DmaStart[PrimFlipFlag]);
#ifdef USE_NTAGS

View File

@ -15,8 +15,8 @@
#include "gfx\primplus.h"
#endif
#define MAX_OT (1024)
#define MAX_PRIMS (1024*2)
#define MAX_OT (1024/2)
#define MAX_PRIMS (1024*1)
#define USE_NTAGS 1

View File

@ -157,9 +157,9 @@ void MainLoop()
s_paulScene.render();
#endif
PrimDisplay();
VSync(0);
VidSwapDraw();
PrimDisplay();
PadUpdate();