You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-11 13:10:58 +00:00
clang-tidy: Enforce modernize-use-nullptr
This commit is contained in:
@@ -69,7 +69,7 @@ void DetectPrimeEGL::create_context() {
|
||||
EGLConfig egl_config;
|
||||
EGLContext egl_context = EGL_NO_CONTEXT;
|
||||
|
||||
eglInitialize(egl_display, NULL, NULL);
|
||||
eglInitialize(egl_display, nullptr, nullptr);
|
||||
|
||||
#if defined(GLAD_ENABLED)
|
||||
if (!gladLoaderLoadEGL(egl_display)) {
|
||||
|
||||
Reference in New Issue
Block a user