move get_gsg() to StandardMunger

This commit is contained in:
David Rose 2005-06-01 00:51:18 +00:00
parent 8b7d141666
commit 4436d34f73

View File

@ -46,7 +46,6 @@ public:
INLINE void *operator new(size_t size);
private:
PT(GraphicsStateGuardian) _gsg;
CPT(TextureAttrib) _texture;
CPT(TexGenAttrib) _tex_gen;