From 1c2b17473332c31a7571346366f2dd8e24b96ed0 Mon Sep 17 00:00:00 2001 From: Daveo Date: Thu, 4 Jan 2001 22:12:40 +0000 Subject: [PATCH] --- source/gfx/prim.cpp | 2 +- source/gfx/prim.h | 4 ++-- source/system/main.cpp | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/source/gfx/prim.cpp b/source/gfx/prim.cpp index 9af6a203d..93076be1c 100644 --- a/source/gfx/prim.cpp +++ b/source/gfx/prim.cpp @@ -41,7 +41,7 @@ void PrimInit() /*****************************************************************************/ void PrimDisplay() { -// CAnimTex::AnimateTex(); + CAnimTex::AnimateTex(); UnlinkOTagR(OtPtr, MAX_OT, &DmaStart[PrimFlipFlag]); #ifdef USE_NTAGS diff --git a/source/gfx/prim.h b/source/gfx/prim.h index d67344383..1d22860ea 100644 --- a/source/gfx/prim.h +++ b/source/gfx/prim.h @@ -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 diff --git a/source/system/main.cpp b/source/system/main.cpp index 274fc9139..11f4cc533 100644 --- a/source/system/main.cpp +++ b/source/system/main.cpp @@ -157,9 +157,9 @@ void MainLoop() s_paulScene.render(); #endif - PrimDisplay(); VSync(0); VidSwapDraw(); + PrimDisplay(); PadUpdate();