Fix typo.

This commit is contained in:
Relintai 2024-09-14 21:39:44 +02:00
parent 5bb3d5bccf
commit 90bea9ffa1

View File

@ -178,7 +178,7 @@
// Vertex arrays are not supported on ES2/WebGL1 unless Emscripten which uses an extension
#ifndef IMGUI_IMPL_OPENGL_ES2
#idndef __APPLE__
#ifndef __APPLE__
#define IMGUI_IMPL_OPENGL_USE_VERTEX_ARRAY
#endif