Fixed crash when resources in use by the Renderer are released
Former-commit-id: 98eedb556f0387f0a5c1cafde2fc74645d1d0457
This commit is contained in:
@@ -133,8 +133,8 @@ class NAZARA_API NzOpenGL
|
||||
static GLenum TextureTargetProxy[nzImageType_Max+1];
|
||||
|
||||
private:
|
||||
static void OnContextDestruction(NzContext* context);
|
||||
static void OnContextChange(NzContext* newContext);
|
||||
static void OnContextDestruction(const NzContext* context);
|
||||
static void OnContextChange(const NzContext* newContext);
|
||||
};
|
||||
|
||||
NAZARA_API extern PFNGLACTIVETEXTUREPROC glActiveTexture;
|
||||
|
||||
Reference in New Issue
Block a user