Fixing confusion over the name of "fgPlatformGetGLUTProcAddress"
git-svn-id: https://svn.code.sf.net/p/freeglut/code/trunk@1073 7f0cb862-5218-0410-a997-914c9d46530a
This commit is contained in:
parent
55d47574bb
commit
4ed29b6832
@ -30,7 +30,7 @@
|
|||||||
#include <GL/freeglut.h>
|
#include <GL/freeglut.h>
|
||||||
#include "../Common/freeglut_internal.h"
|
#include "../Common/freeglut_internal.h"
|
||||||
|
|
||||||
GLUTproc fgPlatformGlutGetProcAddress( const char* procName )
|
GLUTproc fgPlatformGetGLUTProcAddress( const char* procName )
|
||||||
{
|
{
|
||||||
/* optimization: quick initial check */
|
/* optimization: quick initial check */
|
||||||
if( strncmp( procName, "glut", 4 ) != 0 )
|
if( strncmp( procName, "glut", 4 ) != 0 )
|
||||||
|
Reference in New Issue
Block a user