]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - draw.h
don't upload the same ft2 font texture more than once
[xonotic/darkplaces.git] / draw.h
diff --git a/draw.h b/draw.h
index 7c3b6543766a46ad26c9d40a84b11f087587312f..bf7e338c2454ab8d26ae2a295a0f25b4023016e0 100644 (file)
--- a/draw.h
+++ b/draw.h
@@ -190,5 +190,7 @@ void DrawQ_RecalcView(void); // use this when changing r_refdef.view.* from e.g.
 
 void R_DrawGamma(void);
 
+extern rtexturepool_t *drawtexturepool; // used by ft2.c
+
 #endif