Fix indentation
This commit is contained in:
parent
608520d932
commit
a360653eb6
1 changed files with 2 additions and 2 deletions
|
@ -216,8 +216,8 @@ void CameraInfo::updateCameras()
|
||||||
|
|
||||||
void CameraInfo::resized(double w, double h)
|
void CameraInfo::resized(double w, double h)
|
||||||
{
|
{
|
||||||
if (w == 1.0 && h == 1.0)
|
if (w == 1.0 && h == 1.0)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
bufferSize->set( osg::Vec2f( w, h ) );
|
bufferSize->set( osg::Vec2f( w, h ) );
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue