1
0
Fork 0

Fix indentation

This commit is contained in:
Frederic Bouvier 2012-06-16 17:29:03 +02:00
parent 608520d932
commit a360653eb6

View file

@ -216,8 +216,8 @@ void CameraInfo::updateCameras()
void CameraInfo::resized(double w, double h)
{
if (w == 1.0 && h == 1.0)
return;
if (w == 1.0 && h == 1.0)
return;
bufferSize->set( osg::Vec2f( w, h ) );