🎉 Celebrating 25 Years of GameDev.net! 🎉

Not many can claim 25 years on the Internet! Join us in celebrating this milestone. Learn more about our history, and thank you for being a part of our community!

problom with coloring a text

Started by
-1 comments, last by mc30900 18 years, 1 month ago
hello all. i'm using Nehe code for writing text on the screen. i want the text to be BLACK but instead its white:anyone have any idea why this is happening?? here is the code:

glColor3f(0,0,0);
glPrint("f(x):");

thanks in advance

This topic is closed to new replies.

Advertisement