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>2010-10-06 15:21:15 +0000
committerStijn Buys <ingar@osirion.org>2010-10-06 15:21:15 +0000
commit36509ea1a476b30f17b3436edd7f524861257389 (patch)
tree6648e122d9d1ee7e4bb36430cd1aab3cf1129fda /src/render/sky.h
parent64a2a6d71023ab382c996ccdb8e403660fa19916 (diff)
removed skydome support, corrected skybox edge issue
Diffstat (limited to 'src/render/sky.h')
-rw-r--r--src/render/sky.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/render/sky.h b/src/render/sky.h
index d922d75..9c41ee0 100644
--- a/src/render/sky.h
+++ b/src/render/sky.h
@@ -17,7 +17,7 @@ public:
static void unload();
- static void draw(const std::string & name);
+ static void draw(const std::string & name, const float wireframe = false);
private: