]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - r_decals.h
rewrote RecursiveHullCheck, no longer gets stuck on angle changes, and is generally...
[xonotic/darkplaces.git] / r_decals.h
index 9d2924cbe338f44d59dc40ca4a8f302d38fac79b..879396583ac80286f140aba8f8b460689655d847 100644 (file)
@@ -3,4 +3,4 @@ void R_Decals_Init(void);
 
 void GL_DrawDecals(void);
 
-void R_Decal(vec3_t org, rtexture_t *tex, float scale, int cred, int cgreen, int cblue, int alpha);
+void R_Decal(vec3_t org, rtexture_t *tex, float s1, float t1, float s2, float t2, float scale, int cred, int cgreen, int cblue, int alpha);