-
Notifications
You must be signed in to change notification settings - Fork 82
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix use of system FTGL #54
base: controllerfixup
Are you sure you want to change the base?
Conversation
Could you show the build error? I can't see where/why this would be necessary... |
The other GL stuff is due to the missing RenderBase.h include. I guess the FTGL header was implicitly pulling the GL stuff in.
|
Without this, it complains about FTGLTextureFont being an incomplete class and other weirdness.