fix opt4 build

This commit is contained in:
David Rose 2005-03-24 20:51:41 +00:00
parent 8ceea8d5bc
commit 48c566942b

View File

@ -245,6 +245,8 @@ protected:
INLINE void add_to_texture_record(TextureContext *) { }
INLINE void add_to_geom_record(GeomContext *) { }
INLINE void record_state_change(TypeHandle) { }
INLINE void add_to_vertex_buffer_record(VertexBufferContext *) { }
INLINE void add_to_index_buffer_record(IndexBufferContext *i) { }
#endif
static CPT(RenderState) get_unlit_state();