fix warning

This commit is contained in:
ZappoMan 2014-12-13 07:43:40 -08:00
parent 1ea25db237
commit d28e274876
2 changed files with 2 additions and 1 deletions

View file

@ -12,6 +12,8 @@
#ifndef hifi_Application_h
#define hifi_Application_h
// testing
#include <map>
#include <time.h>

View file

@ -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()) {