From: Michael H. <mh...@us...> - 2000-10-17 18:23:10
|
Update of /cvsroot/pythianproject/PythianProject/Source/GameEngine In directory slayer.i.sourceforge.net:/tmp/cvs-serv25629/GameEngine Modified Files: GrEngState.pas Log Message: stuff Index: GrEngState.pas =================================================================== RCS file: /cvsroot/pythianproject/PythianProject/Source/GameEngine/GrEngState.pas,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -r1.8 -r1.9 *** GrEngState.pas 2000/10/17 06:03:12 1.8 --- GrEngState.pas 2000/10/17 18:23:07 1.9 *************** *** 54,58 **** Camera.ViewHeight := OpenGLWIndow.Height; ! // put code to init tests here glfInit; Ftxtfont := glfLoadFont(DataPath+'fonts\arial1.glf'); --- 54,58 ---- Camera.ViewHeight := OpenGLWIndow.Height; ! // put code to init text here glfInit; Ftxtfont := glfLoadFont(DataPath+'fonts\arial1.glf'); *************** *** 75,78 **** --- 75,79 ---- // glClear(GL_DEPTH_BUFFER_BIT); // don't know why we need this, but we do // well, turns out we don't :) + // heh. okay :) must just be me // reinit the matrices |