Update of /cvsroot/plib/plib/examples/src/fnt
In directory usw-pr-cvs1:/tmp/cvs-serv30128
Modified Files:
slideshow.cxx
Log Message:
Updated for the new font file locations
Index: slideshow.cxx
===================================================================
RCS file: /cvsroot/plib/plib/examples/src/fnt/slideshow.cxx,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- slideshow.cxx 28 Dec 2001 23:07:52 -0000 1.5
+++ slideshow.cxx 15 Aug 2002 00:37:47 -0000 1.6
@@ -193,7 +193,7 @@
glutKeyboardFunc ( keyfn ) ;
text = new fntRenderer () ;
- font = new fntTexFont ( "data/lucida.txf" ) ;
+ font = new fntTexFont ( "data/old/lucida.txf" ) ;
glutMainLoop () ;
return 0 ;
|