mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-07 04:00:37 -06:00
Fix Jenkins compile error
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user