mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
missed a case
This commit is contained in:
parent
d4c2c9858d
commit
2f5f1af7c0
@ -25,7 +25,7 @@ bool glxGraphicsPipe::_error_handlers_installed = false;
|
|||||||
glxGraphicsPipe::ErrorHandlerFunc *glxGraphicsPipe::_prev_error_handler;
|
glxGraphicsPipe::ErrorHandlerFunc *glxGraphicsPipe::_prev_error_handler;
|
||||||
glxGraphicsPipe::IOErrorHandlerFunc *glxGraphicsPipe::_prev_io_error_handler;
|
glxGraphicsPipe::IOErrorHandlerFunc *glxGraphicsPipe::_prev_io_error_handler;
|
||||||
|
|
||||||
ReMutex glxGraphicsPipe::_x_mutex;
|
LightReMutex glxGraphicsPipe::_x_mutex;
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////
|
||||||
// Function: glxGraphicsPipe::Constructor
|
// Function: glxGraphicsPipe::Constructor
|
||||||
|
Loading…
x
Reference in New Issue
Block a user