Added timer_callback sample for user callbacks
[freeglut] / src / egl / fg_ext_egl.c
index c5dfc2b..417f6ed 100644 (file)
@@ -28,5 +28,5 @@
 
 SFG_Proc fgPlatformGetProcAddress( const char *procName )
 {
-    return (SFG_Proc)eglGetProcAddress( ( const GLubyte * )procName );
+    return (SFG_Proc)eglGetProcAddress(procName);
 }