mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-05 14:42:50 +02:00
code cleanup
This commit is contained in:
parent
8331fc1acb
commit
46d7ada753
1 changed files with 0 additions and 3 deletions
|
@ -60,8 +60,6 @@
|
|||
#include "renderer/ProgramObject.h"
|
||||
#include "ui/TextRenderer.h"
|
||||
|
||||
#include <CoverageMap.h>
|
||||
|
||||
using namespace std;
|
||||
|
||||
// Starfield information
|
||||
|
@ -2063,7 +2061,6 @@ void Application::displaySide(Camera& whichCamera) {
|
|||
|
||||
// brad's frustum for debugging
|
||||
if (_frustumOn->isChecked()) renderViewFrustum(_viewFrustum);
|
||||
|
||||
}
|
||||
|
||||
void Application::displayOverlay() {
|
||||
|
|
Loading…
Reference in a new issue