[Plib-cvs] plib/src/ssg ssgLoad.cxx,1.25,1.26
Brought to you by:
sjbaker
From: Wolfram K. <wol...@us...> - 2004-01-24 18:28:01
|
Update of /cvsroot/plib/plib/src/ssg In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12751/ssg Modified Files: ssgLoad.cxx Log Message: Initialising number of LoDs. Index: ssgLoad.cxx =================================================================== RCS file: /cvsroot/plib/plib/src/ssg/ssgLoad.cxx,v retrieving revision 1.25 retrieving revision 1.26 diff -u -d -r1.25 -r1.26 --- ssgLoad.cxx 15 Sep 2002 01:29:11 -0000 1.25 +++ ssgLoad.cxx 24 Jan 2004 18:25:45 -0000 1.26 @@ -214,6 +214,9 @@ return NULL ; } +extern int g_noLoDs; + g_noLoDs = 1; + _ssgModelFormat *f = formats ; for ( int i=0; i<num_formats; i++, f++ ) { |