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; }