mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-10 16:04:20 +02:00
conditional inclusion of glext.h for non-apple OS
This commit is contained in:
parent
b339e47be2
commit
71713cf265
1 changed files with 3 additions and 0 deletions
|
@ -10,6 +10,9 @@
|
|||
#include <InterfaceConfig.h>
|
||||
#include "Cloud.h"
|
||||
#include "Util.h"
|
||||
#ifndef __APPLE__
|
||||
#include <GL/glext.h>
|
||||
#endif
|
||||
|
||||
#define COLOR_MIN 0.2f // minimum R/G/B value at 0,0,0 - also needs setting in field.cpp
|
||||
|
||||
|
|
Loading…
Reference in a new issue