Add osgParticle:: qualifiers in front of Program entries to avoid issues when combining osg::Program and osgParticle::Program in a single app

This commit is contained in:
Robert Osfield
2008-10-24 09:59:12 +00:00
parent b2ffdacd80
commit 284d7c911d
3 changed files with 4 additions and 4 deletions

View File

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