warning fix: unused variable

This commit is contained in:
torsten
2009-08-20 11:02:42 +00:00
committed by Tim Moore
parent 15c1a28d37
commit 9cb15b302c

View File

@@ -722,7 +722,7 @@ bool SGCloudLayer::reposition( const SGVec3f& p, const SGVec3f& up, double lon,
double xoff = (ax + bx) / (2 * scale);
double yoff = (ay + by) / (2 * scale);
const float layer_scale = layer_span / scale;
// const float layer_scale = layer_span / scale;
// cout << "xoff = " << xoff << ", yoff = " << yoff << endl;
base[0] += xoff;