Fixed typo

This commit is contained in:
Robert Osfield
2008-10-24 10:02:13 +00:00
parent 284d7c911d
commit 37cd3b419c

View File

@@ -11,8 +11,8 @@ bool IOProgram_writeLocalData(const osg::Object &obj, osgDB::Output &fw);
osgDB::RegisterDotOsgWrapperProxy g_IOProgramProxy
(
0,
"osgParicle::Program",
"Object Node ParticleProcessor osgParicle::Program",
"osgParticle::Program",
"Object Node ParticleProcessor osgParticle::Program",
IOProgram_readLocalData,
IOProgram_writeLocalData
);