From a48f353f2f8a7571a3c87d11ef953e9a43663204 Mon Sep 17 00:00:00 2001 From: ZappoMan Date: Wed, 10 Jul 2013 17:07:55 -0700 Subject: [PATCH] whitespace cleaned up --- interface/src/Application.cpp | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/interface/src/Application.cpp b/interface/src/Application.cpp index 8950b04339..8706443a65 100755 --- a/interface/src/Application.cpp +++ b/interface/src/Application.cpp @@ -2610,10 +2610,6 @@ void Application::displayStats() { } delete []perfStatLinesArray; // we're responsible for cleanup } - - - - } void Application::renderThrustAtVoxel(const glm::vec3& thrust) { @@ -2626,8 +2622,8 @@ void Application::renderThrustAtVoxel(const glm::vec3& thrust) { glVertex3f(voxelTouched.x + thrust.x, voxelTouched.y + thrust.y, voxelTouched.z + thrust.z); glEnd(); } - } + void Application::renderLineToTouchedVoxel() { // Draw a teal line to the voxel I am currently dragging on if (_mousePressed) {