mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 09:44:21 +02:00
more warnings fixes
This commit is contained in:
parent
9436d2922f
commit
cd9aad4f41
1 changed files with 1 additions and 1 deletions
|
@ -123,7 +123,7 @@ void GeometryCache::ShapeData::drawWireInstances(gpu::Batch& batch, size_t count
|
|||
}
|
||||
|
||||
const VertexVector& icosahedronVertices() {
|
||||
static const float phi = (1.0 + sqrt(5.0f)) / 2.0f;
|
||||
static const float phi = (1.0f + sqrt(5.0f)) / 2.0f;
|
||||
static const float a = 0.5f;
|
||||
static const float b = 1.0f / (2.0f * phi);
|
||||
|
||||
|
|
Loading…
Reference in a new issue