mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-16 22:30:42 +02:00
remove unused variable
This commit is contained in:
parent
4bf99fe9d2
commit
886422cbef
1 changed files with 0 additions and 1 deletions
|
@ -68,7 +68,6 @@ static gpu::Stream::FormatPointer INSTANCED_SOLID_FADE_STREAM_FORMAT;
|
|||
|
||||
static const uint SHAPE_VERTEX_STRIDE = sizeof(glm::vec3) * 2; // vertices and normals
|
||||
static const uint SHAPE_NORMALS_OFFSET = sizeof(glm::vec3);
|
||||
static const gpu::Type SHAPE_INDEX_TYPE = gpu::UINT32;
|
||||
|
||||
template <size_t SIDES>
|
||||
std::vector<vec3> polygon() {
|
||||
|
|
Loading…
Reference in a new issue