mirror of
https://github.com/overte-org/overte.git
synced 2025-08-10 02:31:13 +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_VERTEX_STRIDE = sizeof(glm::vec3) * 2; // vertices and normals
|
||||||
static const uint SHAPE_NORMALS_OFFSET = sizeof(glm::vec3);
|
static const uint SHAPE_NORMALS_OFFSET = sizeof(glm::vec3);
|
||||||
static const gpu::Type SHAPE_INDEX_TYPE = gpu::UINT32;
|
|
||||||
|
|
||||||
template <size_t SIDES>
|
template <size_t SIDES>
|
||||||
std::vector<vec3> polygon() {
|
std::vector<vec3> polygon() {
|
||||||
|
|
Loading…
Reference in a new issue