Fix typos and spelling.

This commit is contained in:
Alberto Luaces
2018-04-20 18:18:22 +02:00
committed by Robert Osfield
parent c3008512f1
commit 02c310982e
187 changed files with 302 additions and 302 deletions

View File

@@ -271,7 +271,7 @@ void LightPointNode::traverse(osg::NodeVisitor& nv)
// slip light point if its intensity is 0.0 or negative.
if (intensity<=minimumIntensity) continue;
// (SIB) Clip on distance, if close to limit, add transparancy
// (SIB) Clip on distance, if close to limit, add transparency
float distanceFactor = 1.0f;
if (_maxVisibleDistance2!=FLT_MAX)
{