From 36509ea1a476b30f17b3436edd7f524861257389 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Wed, 6 Oct 2010 15:21:15 +0000 Subject: removed skydome support, corrected skybox edge issue --- src/render/sky.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/render/sky.h') 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: -- cgit v1.2.3