EgtInterface 1.5i3 :

- modifiche per controllo chiave di protezione.
This commit is contained in:
Dario Sassi
2014-09-15 07:05:15 +00:00
parent 2fce436ae7
commit 7ff53dc0d7
5 changed files with 15 additions and 5 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ BOOL
__stdcall EgtInitScene( int nGseCtx, HWND hWnd, int nDriver, int b2Buff, int nColorBits, int nDepthBits)
{
GseContext* pGseCtx = GetGseContext( nGseCtx) ;
VERIFY_CTX_GEOMDB( pGseCtx, FALSE)
VERIFY_CTX( pGseCtx, FALSE)
// inizializzazione scena OpenGL
PtrOwner<IEGrScene> pScene( CreateEGrScene()) ;
VERIFY_NULL( Get( pScene), "Error in CreateEGrScene", FALSE)