From 2d989fef2b2389e48c74340fe65fbf3f1d43fc34 Mon Sep 17 00:00:00 2001 From: cxgeorge <> Date: Thu, 21 Feb 2002 19:33:30 +0000 Subject: [PATCH] oops --- panda/src/dxgsg/dxTextureContext.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/panda/src/dxgsg/dxTextureContext.cxx b/panda/src/dxgsg/dxTextureContext.cxx index f3ae24ecdd..f0b8006cb5 100644 --- a/panda/src/dxgsg/dxTextureContext.cxx +++ b/panda/src/dxgsg/dxTextureContext.cxx @@ -28,7 +28,7 @@ static const DWORD g_LowByteMask = 0x000000FF; #define FORCE_16bpp_1555 -//#define PANDA_ARGB_ORDER +#define PANDA_ARGB_ORDER #ifdef PANDA_ARGB_ORDER // assume Panda uses int ARGB format in PixelBuffers natively (byte-order BGRA or BGR)