conditional Apple OS include of call to glPointParameterfvARB

This commit is contained in:
Stephen Birarda 2013-02-08 14:01:35 -08:00
parent 95dc030f19
commit 54b4762830

View file

@ -598,7 +598,9 @@ void display(void)
Audio::render(WIDTH, HEIGHT);
//drawvec3(100, 100, 0.15, 0, 1.0, 0, myHead.getPos(), 0, 1, 0);
#ifdef __APPLE__
glPointParameterfvARB( GL_POINT_DISTANCE_ATTENUATION_ARB, pointer_attenuation_quadratic );
#endif
// myFinger.render();