Cleanup: use nullptr.
This commit is contained in:
@@ -15,7 +15,7 @@ void GPUTest::SetUp()
|
|||||||
GHOST_GLSettings glSettings = {0};
|
GHOST_GLSettings glSettings = {0};
|
||||||
ghost_system = GHOST_CreateSystem();
|
ghost_system = GHOST_CreateSystem();
|
||||||
ghost_context = GHOST_CreateOpenGLContext(ghost_system, glSettings);
|
ghost_context = GHOST_CreateOpenGLContext(ghost_system, glSettings);
|
||||||
context = GPU_context_create(NULL);
|
context = GPU_context_create(nullptr);
|
||||||
GPU_init();
|
GPU_init();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user