From: <de...@us...> - 2003-01-11 11:06:21
|
Update of /cvsroot/csp/APPLICATIONS/CSPFlightSim/Source In directory sc8-pr-cvs1:/tmp/cvs-serv26594 Modified Files: TerrainObject.cpp Log Message: Added a space, maybe ... ;-) Index: TerrainObject.cpp =================================================================== RCS file: /cvsroot/csp/APPLICATIONS/CSPFlightSim/Source/TerrainObject.cpp,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** TerrainObject.cpp 15 Dec 2002 12:07:56 -0000 1.6 --- TerrainObject.cpp 11 Jan 2003 11:06:18 -0000 1.7 *************** *** 1,5 **** - #include <osg/Depth> #include <osg/Geode> - #include <osg/StateSet> #include "LogStream.h" --- 1,3 ---- |