From feda7eec4d05021c5ae994e3352f17772495013d Mon Sep 17 00:00:00 2001 From: Lynix Date: Thu, 13 Dec 2012 11:38:19 +0100 Subject: [PATCH] Changed default debug line width to 1.5f Former-commit-id: 15b1858aa40eb5d7b562f5ea8562b69f7aecf3cf --- src/Nazara/Renderer/DebugDrawer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Nazara/Renderer/DebugDrawer.cpp b/src/Nazara/Renderer/DebugDrawer.cpp index 3a97076e9..2db643949 100644 --- a/src/Nazara/Renderer/DebugDrawer.cpp +++ b/src/Nazara/Renderer/DebugDrawer.cpp @@ -24,7 +24,7 @@ namespace static NzVertexDeclaration* vertexDeclaration = nullptr; static bool depthTest = true; static bool initialized = false; - static float lineWidth = 2.f; + static float lineWidth = 1.5f; static float pointSize = 3.f; static int colorLocation = -1; }