added keepalive message for GL

This commit is contained in:
jp9000 2013-04-19 08:41:26 -07:00
parent 4daf10aa5b
commit e124433d53

View File

@ -441,6 +441,7 @@ void HandleGLSceneUpdate(HDC hDC)
CloseHandle(hKeepAlive);
} else {
ClearGLData();
logOutput << "Keepalive no longer found on gl, freeing capture data" << endl;
bCapturing = false;
}