zzogl-pg: Forgot to remove this...

git-svn-id: http://pcsx2.googlecode.com/svn/trunk@3246 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
arcum42 2010-06-19 22:36:20 +00:00
parent 344bdb8739
commit fd28ec1012
2 changed files with 1 additions and 6 deletions

View File

@ -63,10 +63,7 @@ bool g_bSaveResolved = 0;
void Draw(const VB& curvb)
{
if (nullTex)
ZZLog::Debug_Log("DRAW: Drawing arrays without a texture!");
else
glDrawArrays(primtype[curvb.curprim.prim], 0, curvb.nCount);
glDrawArrays(primtype[curvb.curprim.prim], 0, curvb.nCount);
}
#define GL_BLEND_RGB(src, dst) { \

View File

@ -22,8 +22,6 @@
#define TARGET_VIRTUAL_KEY 0x80000000
#include "PS2Edefs.h"
extern bool nullTex;
inline Vector DefaultOneColor(FRAGMENTSHADER ptr)
{
Vector v = Vector(1, 1, 1, 1);