From 22475d6d94e96056d1550dca00b32d00e3821649 Mon Sep 17 00:00:00 2001 From: Steven Fuller Date: Thu, 25 Dec 2014 12:00:00 +0100 Subject: Import icculus.org release (2014-12-25) --- src/fmv.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/fmv.c') diff --git a/src/fmv.c b/src/fmv.c index 8edbd65..eea329b 100644 --- a/src/fmv.c +++ b/src/fmv.c @@ -11,7 +11,7 @@ #include "fmv.h" #include "avp_menus.h" #include "avp_userprofile.h" -#include "oglfunc.h" +#include "oglfunc.h" // move this into opengl.c #define UseLocalAssert 1 #include "ourasert.h" @@ -332,6 +332,7 @@ void UpdateFMVTexture(FMVTEXTURE *ftPtr) dstPtr += 3; } while(--pixels); +//#warning move this into opengl.c // update the opengl texture pglBindTexture(GL_TEXTURE_2D, ftPtr->ImagePtr->D3DTexture->id); -- cgit v1.3