From 4cf287426fae4fe7d4bf5296453c91307314f8f1 Mon Sep 17 00:00:00 2001 From: Ash Tyndall Date: Fri, 21 Oct 2011 09:47:54 +0800 Subject: [PATCH] --- scene.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scene.c b/scene.c index cb6fd4e..aa27999 100644 --- a/scene.c +++ b/scene.c @@ -414,7 +414,7 @@ int main(int argc, char **argv) { glDepthFunc(GL_LEQUAL); // the type glEnable(GL_TEXTURE_2D); glEnable(GL_NORMALIZE); - glLineWidth(1.0); + glLineWidth(2.0); glHint(GL_PERSPECTIVE_CORRECTION_HINT, GL_NICEST); -- 2.20.1