Don't refference GLUT but GLU instead.
This commit is contained in:
parent
2b1e5927ca
commit
9048ee533d
@ -30,7 +30,7 @@
|
|||||||
#include <plib/ssg.h>
|
#include <plib/ssg.h>
|
||||||
#include <simgear/screen/extensions.hxx>
|
#include <simgear/screen/extensions.hxx>
|
||||||
#include <simgear/screen/RenderTexture.h>
|
#include <simgear/screen/RenderTexture.h>
|
||||||
#include SG_GLUT_H
|
#include SG_GLU_H
|
||||||
|
|
||||||
#include "bbcache.hxx"
|
#include "bbcache.hxx"
|
||||||
|
|
||||||
|
@ -31,7 +31,6 @@
|
|||||||
#include <simgear/math/sg_geodesy.hxx>
|
#include <simgear/math/sg_geodesy.hxx>
|
||||||
|
|
||||||
#include STL_ALGORITHM
|
#include STL_ALGORITHM
|
||||||
#include SG_GLUT_H
|
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
|
||||||
SG_USING_STD(vector);
|
SG_USING_STD(vector);
|
||||||
|
@ -31,7 +31,7 @@
|
|||||||
#include <simgear/misc/sg_path.hxx>
|
#include <simgear/misc/sg_path.hxx>
|
||||||
|
|
||||||
#include STL_ALGORITHM
|
#include STL_ALGORITHM
|
||||||
#include SG_GLUT_H
|
#include SG_GLU_H
|
||||||
|
|
||||||
#include "newcloud.hxx"
|
#include "newcloud.hxx"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user