Changed default debug line width to 1.5f

Former-commit-id: 15b1858aa40eb5d7b562f5ea8562b69f7aecf3cf
This commit is contained in:
Lynix 2012-12-13 11:38:19 +01:00
parent 8ba40360e3
commit feda7eec4d
1 changed files with 1 additions and 1 deletions

View File

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