You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2026-01-04 19:21:46 +00:00
Replace NULL with nullptr
This commit is contained in:
@@ -155,7 +155,7 @@ Error ContextEGL_UWP::initialize() {
|
||||
throw Exception::CreateException(E_FAIL, L"Failed to initialize EGL");
|
||||
}
|
||||
|
||||
if (eglGetConfigs(display, NULL, 0, &numConfigs) == EGL_FALSE) {
|
||||
if (eglGetConfigs(display, nullptr, 0, &numConfigs) == EGL_FALSE) {
|
||||
throw Exception::CreateException(E_FAIL, L"Failed to get EGLConfig count");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user