diff --git a/NEWS b/NEWS index b4cb93bbf..1bf2d6199 100644 --- a/NEWS +++ b/NEWS @@ -27,7 +27,12 @@ OSG News (most significant items from ChangeLog) been done to simplify users code and to solve the lack of thread safety that was causing problems with the MemoryManager. - Support for reading and writing of callbacks in the .osg format. + Support added for reading and writing of callbacks in the .osg format. + + Support added for reading OpenFlight comment records into osg::Node description + fields. + + Improvements to the GEO loaders. 13th November 2002 - OpenSceneGraph-0.9.2.tar.gz diff --git a/include/osgSim/LightPoint b/include/osgSim/LightPoint index 8f6ab246c..c3acc7c63 100644 --- a/include/osgSim/LightPoint +++ b/include/osgSim/LightPoint @@ -6,7 +6,7 @@ // purchase of the Open Scene Graph Professional License (OSGPL) // for further information contact robert@openscenegraph.com. -#ifndef OSGSIM_LGIHTPOINT +#ifndef OSGSIM_LIGHTPOINT #define OSGSIM_LIGHTPOINT 1 #include