Skip to content

Commit

Permalink
[GLES] Fixed typo in preprocessor directive for GLES profile.
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasBanana committed Aug 23, 2024
1 parent a8907d6 commit 4a280e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sources/Renderer/OpenGL/GLProfile.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

#if defined LLGL_OPENGL
# include "GLCoreProfile/GLCoreProfileTypes.h"
#elif defined LLGL_OPEGNLES3
#elif defined LLGL_OPENGLES3
# include "GLESProfile/GLESProfileTypes.h"
#elif defined LLGL_WEBGL
# include "WebGLProfile/WebGLProfileTypes.h"
Expand Down

0 comments on commit 4a280e7

Please sign in to comment.