Fix Jenkins compile error

This commit is contained in:
Alexander Bock
2014-10-11 18:29:36 +02:00
parent f5e0639d4f
commit dfc085ec6f

View File

@@ -265,7 +265,7 @@ bool RenderableWavefrontObject::initialize()
completeSuccess &= (_texture != nullptr);
//completeSuccess &= _geometry->initialize(this);
PowerScaledScalar ps = PowerScaledScalar::PowerScaledScalar(1,2);
PowerScaledScalar ps = PowerScaledScalar(1,2);
setBoundingSphere(ps);