Browse Source

Quick Fix

Roger Hughston 19 years ago
parent
commit
f3e71f30a5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      panda/src/osxdisplay/osxGraphicsStateGuardian.cxx

+ 1 - 1
panda/src/osxdisplay/osxGraphicsStateGuardian.cxx

@@ -59,7 +59,7 @@ void *osxGraphicsStateGuardian::get_extension_func(const char *prefix, const cha
 osxGraphicsStateGuardian::
 osxGraphicsStateGuardian::
 osxGraphicsStateGuardian(GraphicsPipe *pipe,
 osxGraphicsStateGuardian(GraphicsPipe *pipe,
                          osxGraphicsStateGuardian *share_with) :
                          osxGraphicsStateGuardian *share_with) :
-  GLGraphicsStateGuardian(properties),
+  GLGraphicsStateGuardian(pipe),
   _share_with(share_with),
   _share_with(share_with),
   _aglPixFmt(NULL),
   _aglPixFmt(NULL),
   _aglcontext(NULL)
   _aglcontext(NULL)