mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 09:44:21 +02:00
whitespace cleaned up
This commit is contained in:
parent
1831cc0de3
commit
a48f353f2f
1 changed files with 1 additions and 5 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue