Sprinkle some references where it makes sense

This commit is contained in:
jvoisin 2021-06-23 21:56:08 +02:00
parent df3a47187b
commit cf11870b1c
13 changed files with 14 additions and 14 deletions

View file

@ -58,7 +58,7 @@ namespace SceneUtil
float makeOsgColorComponent (unsigned int value, unsigned int shift);
bool hasUserDescription(const osg::Node* node, const std::string pattern);
bool hasUserDescription(const osg::Node* node, const std::string& pattern);
osg::ref_ptr<GlowUpdater> addEnchantedGlow(osg::ref_ptr<osg::Node> node, Resource::ResourceSystem* resourceSystem, osg::Vec4f glowColor, float glowDuration=-1);