mirror of
https://github.com/Relintai/sfw.git
synced 2024-12-20 21:06:49 +01:00
Fix typo.
This commit is contained in:
parent
5bb3d5bccf
commit
90bea9ffa1
@ -178,7 +178,7 @@
|
|||||||
// Vertex arrays are not supported on ES2/WebGL1 unless Emscripten which uses an extension
|
// Vertex arrays are not supported on ES2/WebGL1 unless Emscripten which uses an extension
|
||||||
#ifndef IMGUI_IMPL_OPENGL_ES2
|
#ifndef IMGUI_IMPL_OPENGL_ES2
|
||||||
|
|
||||||
#idndef __APPLE__
|
#ifndef __APPLE__
|
||||||
#define IMGUI_IMPL_OPENGL_USE_VERTEX_ARRAY
|
#define IMGUI_IMPL_OPENGL_USE_VERTEX_ARRAY
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user