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/textures.h
parent4baca0eb3d71710cd598ffcb356ff302b9814c7c (diff)
use GL_GENERATE_MIPMAP instead of gluBuild2DMipmaps,
set sane glTexParameteri values
Diffstat (limited to 'src/render/textures.h')
-rw-r--r--src/render/textures.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/render/textures.h b/src/render/textures.h
index 5a20641..84d5c9a 100644
--- a/src/render/textures.h
+++ b/src/render/textures.h
@@ -58,7 +58,6 @@ public:
private:
static void clear();
- static void set_filter(bool filter);
typedef std::map<std::string, size_t>::iterator iterator;