From 5c37fd7fb453effbf0e6cb6b65ce2ef3ffde7b22 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Mon, 6 Jan 2003 13:45:55 +0000 Subject: [PATCH] Fixed headers guard typo in LightPoint. Updated the NEW files. --- NEWS | 7 ++++++- include/osgSim/LightPoint | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) 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