mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-05 03:15:07 -04:00
Quick Fix
This commit is contained in:
parent
51911fd6eb
commit
f3e71f30a5
@ -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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user