Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStijn Buys <ingar@osirion.org>2009-02-18 20:22:07 +0000
committerStijn Buys <ingar@osirion.org>2009-02-18 20:22:07 +0000
commit511a5e5ee5dc1e54c1f31e31a48d083a7b184d3e (patch)
treef699b6e213fa371f5c2f1bf1556570a1270cc563 /src/render/gl.h
parent4baca0eb3d71710cd598ffcb356ff302b9814c7c (diff)
use GL_GENERATE_MIPMAP instead of gluBuild2DMipmaps,
set sane glTexParameteri values
Diffstat (limited to 'src/render/gl.h')
-rw-r--r--src/render/gl.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/render/gl.h b/src/render/gl.h
index a858c5b..da71bef 100644
--- a/src/render/gl.h
+++ b/src/render/gl.h
@@ -8,7 +8,6 @@
#define __INCLUDED_RENDER_GL_H__
#include "GL/gl.h"
-#include "GL/glu.h"
#include "math/vector2f.h"
#include "math/vector3f.h"