From 36527119ae021b317f8405c4cf40251ddcc037b9 Mon Sep 17 00:00:00 2001 From: pixel Date: Wed, 2 Apr 2003 16:49:55 +0000 Subject: Color fix --- include/font.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/font.h') diff --git a/include/font.h b/include/font.h index 3377ef0..3a1d1c7 100644 --- a/include/font.h +++ b/include/font.h @@ -37,7 +37,9 @@ namespace mogltk { texture * alloctexture(); void Bind(int); private: + void checknbind(int, ColorP); texture ** fonttex; + texture ** fontcache[16]; Uint16 * corresp; }; extern font * SystemFont; -- cgit v1.2.3