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:
@@ -1685,6 +1685,7 @@ bool DepthPartitionSettings::getDepthRange(osg::View& view, unsigned int partiti
|
||||
|
||||
return false;
|
||||
}
|
||||
default: return false;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user