git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@1213
7f0cb862-5218-0410-a997-
914c9d46530a
/* Try GLUT functions first, then core GL functions */
p = fghGetGLUTProcAddress( procName );
- /* Some GLUT functions are platform-specific: */
- if ( !p )
+ /* Some GLUT functions are platform-specific: */
+ if ( !p )
p = fgPlatformGetGLUTProcAddress( procName );
return ( p != NULL ) ? p : fgPlatformGetProcAddress( procName );