Removed the reference of Sequence from Switch.

This commit is contained in:
Robert Osfield
2002-12-18 11:43:39 +00:00
parent 30a665288e
commit a2e76e4ab0

View File

@@ -16,7 +16,7 @@ RegisterDotOsgWrapperProxy g_SequenceProxy
(
new osg::Sequence,
"Sequence",
"Object Node Switch Sequence Group",
"Object Node Sequence Group",
&Sequence_readLocalData,
&Sequence_writeLocalData
);