David Rose пре 21 година
родитељ
комит
48c566942b
1 измењених фајлова са 2 додато и 0 уклоњено
  1. 2 0
      panda/src/display/graphicsStateGuardian.h

+ 2 - 0
panda/src/display/graphicsStateGuardian.h

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