From c855923d938427f0d1455ba53f0f351992c6ee55 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Thu, 17 Jan 2008 16:41:46 +0000 Subject: [PATCH] Added Node to Terrain serialization --- src/osgPlugins/osgTerrain/Terrain.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/osgPlugins/osgTerrain/Terrain.cpp b/src/osgPlugins/osgTerrain/Terrain.cpp index 99d32ac2e..6e65f74be 100644 --- a/src/osgPlugins/osgTerrain/Terrain.cpp +++ b/src/osgPlugins/osgTerrain/Terrain.cpp @@ -20,7 +20,7 @@ osgDB::RegisterDotOsgWrapperProxy Terrain_Proxy ( new osgTerrain::Terrain, "Terrain", - "Object Terrain Group", + "Object Node Terrain Group", Terrain_readLocalData, Terrain_writeLocalData );