Browse Source

unbind needs GSG parameter

aignacio_sf 20 years ago
parent
commit
aebc5ba5bd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      panda/src/dxgsg9/dxShaderContext9.h

+ 1 - 1
panda/src/dxgsg9/dxShaderContext9.h

@@ -55,7 +55,7 @@ public:
 
   INLINE bool valid(void);
   void bind(GSG *gsg);
-  void unbind();
+  void unbind(GSG *gsg);
   void issue_parameters(GSG *gsg);
   void issue_transform(GSG *gsg);
   void disable_shader_vertex_arrays(GSG *gsg);