]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - client.h
rewrote most of the VM_Polygon/DebugPolygon code, it should perform much
[xonotic/darkplaces.git] / client.h
index 4c44fee682a3903bca3e70dc4c92a41489682d09..d886f8c85a50b2b082d1fa17a08466c278bdb261 100644 (file)
--- a/client.h
+++ b/client.h
@@ -1315,7 +1315,7 @@ void CL_ParticleExplosion (const vec3_t org);
 void CL_ParticleExplosion2 (const vec3_t org, int colorStart, int colorLength);
 void R_NewExplosion(const vec3_t org);
 
-void Debug_PolygonBegin(const char *picname, int flags, qboolean draw2d, float linewidth);
+void Debug_PolygonBegin(const char *picname, int flags);
 void Debug_PolygonVertex(float x, float y, float z, float s, float t, float r, float g, float b, float a);
 void Debug_PolygonEnd(void);