From 5e1e931298c64328a3afa04932d8fca49dd0a711 Mon Sep 17 00:00:00 2001 From: ZappoMan Date: Thu, 23 May 2013 12:57:14 -0700 Subject: [PATCH] cleanup --- animation-server/src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/animation-server/src/main.cpp b/animation-server/src/main.cpp index 8a9a1ada62..1187e0fc8e 100644 --- a/animation-server/src/main.cpp +++ b/animation-server/src/main.cpp @@ -65,7 +65,7 @@ static void sendVoxelEditMessage(PACKET_HEADER header, VoxelDetail& detail) { const float BUG_VOXEL_SIZE = 0.125f / TREE_SCALE; glm::vec3 bugPosition = glm::vec3(BUG_VOXEL_SIZE * 10.0, BUG_VOXEL_SIZE * 30.0, 0); -glm::vec3 bugDirection = glm::vec3(0, 0, 0); +glm::vec3 bugDirection = glm::vec3(0, 0, 1); const unsigned char bugColor[3] = {0, 255, 255}; const int VOXELS_PER_BUG = 14; const glm::vec3 bugParts[VOXELS_PER_BUG] = {