From Torben Dannhauer, warning fix for a false positive warning generated by VS about "not all control pathes return a value".

This commit is contained in:
Robert Osfield
2011-03-14 09:59:32 +00:00
parent f7718d2b7b
commit 76dea3d0f4

View File

@@ -1685,6 +1685,7 @@ bool DepthPartitionSettings::getDepthRange(osg::View& view, unsigned int partiti
return false;
}
default: return false;
}
}