mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-04-24 04:58:59 -05:00
Remove warnings
Update SGCT repository Update Ghoul repository
This commit is contained in:
@@ -91,7 +91,6 @@ SimpleSphereGeometry::SimpleSphereGeometry(const ghoul::Dictionary& dictionary)
|
||||
"SimpleSphereGeometry"
|
||||
);
|
||||
|
||||
float sphereRadius = 0.f;
|
||||
glm::vec3 ellipsoidRadius;
|
||||
if (dictionary.hasKeyAndValue<double>(RadiusInfo.identifier)) {
|
||||
const float r = static_cast<float>(
|
||||
|
||||
Reference in New Issue
Block a user