This commit is contained in:
ZappoMan 2013-05-23 13:00:13 -07:00
parent 5e1e931298
commit d3de03b67a

View file

@ -91,8 +91,6 @@ const glm::vec3 bugParts[VOXELS_PER_BUG] = {
glm::vec3(-3, 0, 1),
};
bool positionA = true;
static void renderMovingBug() {
VoxelDetail details[VOXELS_PER_BUG];
unsigned char* bufferOut;