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();