Advertisement

Small Bug in the Freetype Tutorial

Started by April 17, 2005 07:51 AM
-1 comments, last by Maddi 19 years, 7 months ago
I found a small "bug" in the Freetype Tutorial. In the file freetype.cpp at Line 199 it should say

gluOrtho2D(viewport[0],viewport[2]+viewport[0],viewport[1],viewport[3]+viewport[1]);
instead of

gluOrtho2D(viewport[0],viewport[2],viewport[1],viewport[3]);
Thanks for the great Tutorial, Maddi

This topic is closed to new replies.

Advertisement