1
0
Fork 0

Merge pull request #60949 from derammo/derammo_openxr_wrong_conditional

This commit is contained in:
Rémi Verschelde 2022-05-11 20:05:54 +02:00 committed by GitHub
commit 9c746b3213
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1001,7 +1001,7 @@ bool OpenXRAPI::initialize(const String &p_rendering_driver) {
ERR_FAIL_V(false);
#endif
} else if (p_rendering_driver == "opengl3") {
#ifdef OPENGL3_ENABLED
#ifdef GLES3_ENABLED
// graphics_extension = memnew(OpenXROpenGLExtension(this));
// register_extension_wrapper(graphics_extension);
ERR_FAIL_V_MSG(false, "OpenXR: OpenGL is not supported at this time.");