I am sure this is silly question but I couldn't find why it's not working.
I am using lesson 17 with 2007 C++ Builder and it's working, but if I just change font color to black.
glColor3f(0.0f,0.0f,0.0f); // Set color to black
i don't see the font it changes color to white. So my question is why this is happening and how can I overcome this issue.
Any comment would be appreciated.
Thanks in advance.