This commit is contained in:
parent
e2956c44ee
commit
1c2b174733
@ -41,7 +41,7 @@ void PrimInit()
|
||||
/*****************************************************************************/
|
||||
void PrimDisplay()
|
||||
{
|
||||
// CAnimTex::AnimateTex();
|
||||
CAnimTex::AnimateTex();
|
||||
UnlinkOTagR(OtPtr, MAX_OT, &DmaStart[PrimFlipFlag]);
|
||||
|
||||
#ifdef USE_NTAGS
|
||||
|
@ -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
|
||||
|
||||
|
@ -157,9 +157,9 @@ void MainLoop()
|
||||
s_paulScene.render();
|
||||
#endif
|
||||
|
||||
PrimDisplay();
|
||||
VSync(0);
|
||||
VidSwapDraw();
|
||||
PrimDisplay();
|
||||
|
||||
PadUpdate();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user