Skip to content

Commit ac1b6fd

Browse files
missing return value
1 parent 121ed88 commit ac1b6fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/Irrlicht/COpenGLExtensionHandler.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1618,7 +1618,7 @@ class COpenGLExtensionHandler
16181618

16191619
inline bool COpenGLExtensionHandler::extGlIsEnabledi(GLenum cap, GLuint index)
16201620
{
1621-
pGlIsEnabledi(cap,index);
1621+
return pGlIsEnabledi(cap,index);
16221622
}
16231623
inline void COpenGLExtensionHandler::extGlEnablei(GLenum cap, GLuint index)
16241624
{

0 commit comments

Comments
 (0)