mirror of
https://github.com/overte-org/overte.git
synced 2025-04-08 19:14:59 +02:00
fix warning
This commit is contained in:
parent
1ea25db237
commit
d28e274876
2 changed files with 2 additions and 1 deletions
|
@ -12,6 +12,8 @@
|
|||
#ifndef hifi_Application_h
|
||||
#define hifi_Application_h
|
||||
|
||||
// testing
|
||||
|
||||
#include <map>
|
||||
#include <time.h>
|
||||
|
||||
|
|
|
@ -874,7 +874,6 @@ int VoxelSystem::updateNodeInArrays(VoxelTreeElement* node, bool reuseIndex, boo
|
|||
if (node->getShouldRender()) {
|
||||
glm::vec3 startVertex = node->getCorner();
|
||||
float voxelScale = node->getScale();
|
||||
nodeColor const & color = node->getColor();
|
||||
|
||||
glBufferIndex nodeIndex = GLBUFFER_INDEX_UNKNOWN;
|
||||
if (reuseIndex && node->isKnownBufferIndex()) {
|
||||
|
|
Loading…
Reference in a new issue