Skip to content

Commit 987886f

Browse files
committed
library: Fix build error
1 parent fda1a6d commit 987886f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/NEGeneral.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ NE_BufferingMode;
242242
void NE_SetDepthBufferingMode(NE_BufferingMode mode);
243243

244244
/// Return the active depth buffering mode for 3D render.
245-
NE_BufferingMode NE_GetDepthBufferingMode(void)
245+
NE_BufferingMode NE_GetDepthBufferingMode(void);
246246

247247
/// Returns the number of polygons drawn since the last glFlush().
248248
///

0 commit comments

Comments
 (0)