mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-04 00:04:43 +02:00
revert out the InterfaceConfig.h changes
This commit is contained in:
parent
6b39783de7
commit
c6b033fa0e
1 changed files with 1 additions and 2 deletions
|
@ -9,8 +9,6 @@
|
|||
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
|
||||
//
|
||||
|
||||
#include <gpu/GPUConfig.h> // include this first
|
||||
|
||||
#include <cstring>
|
||||
#include <cmath>
|
||||
#include <iostream> // to load voxels from file
|
||||
|
@ -25,6 +23,7 @@
|
|||
#include <glm/gtc/type_ptr.hpp>
|
||||
|
||||
#include "Application.h"
|
||||
#include "InterfaceConfig.h"
|
||||
#include "Menu.h"
|
||||
#include "renderer/ProgramObject.h"
|
||||
#include "VoxelConstants.h"
|
||||
|
|
Loading…
Reference in a new issue