Skip to content

Commit d8e2b47

Browse files
committed
Fix formatting in GLStubsIOS.h
1 parent 81e77a1 commit d8e2b47

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Graphics/GraphicsEngineOpenGL/include/GLStubsIOS.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,11 +172,11 @@
172172

173173
// Define unsupported texture parameters
174174
#ifndef GL_DEPTH_STENCIL_TEXTURE_MODE
175-
# define GL_DEPTH_STENCIL_TEXTURE_MODE 0x90EA
175+
# define GL_DEPTH_STENCIL_TEXTURE_MODE 0x90EA
176176
#endif
177177

178178
#ifndef GL_STENCIL_INDEX
179-
# define GL_STENCIL_INDEX 0x1901
179+
# define GL_STENCIL_INDEX 0x1901
180180
#endif
181181

182182
// Define unsupported formats for OpenGL ES

0 commit comments

Comments
 (0)