Coverted tabs to space in core libraries.
This commit is contained in:
@@ -15,14 +15,14 @@
|
||||
using namespace osgUtil;
|
||||
|
||||
HalfWayMapGenerator::HalfWayMapGenerator(const osg::Vec3 &light_direction, int texture_size)
|
||||
: CubeMapGenerator(texture_size),
|
||||
ldir_(light_direction)
|
||||
: CubeMapGenerator(texture_size),
|
||||
ldir_(light_direction)
|
||||
{
|
||||
ldir_.normalize();
|
||||
ldir_.normalize();
|
||||
}
|
||||
|
||||
HalfWayMapGenerator::HalfWayMapGenerator(const HalfWayMapGenerator ©, const osg::CopyOp ©op)
|
||||
: CubeMapGenerator(copy, copyop),
|
||||
ldir_(copy.ldir_)
|
||||
: CubeMapGenerator(copy, copyop),
|
||||
ldir_(copy.ldir_)
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user