Changed default debug line width to 1.5f
Former-commit-id: 15b1858aa40eb5d7b562f5ea8562b69f7aecf3cf
This commit is contained in:
parent
8ba40360e3
commit
feda7eec4d
|
|
@ -24,7 +24,7 @@ namespace
|
||||||
static NzVertexDeclaration* vertexDeclaration = nullptr;
|
static NzVertexDeclaration* vertexDeclaration = nullptr;
|
||||||
static bool depthTest = true;
|
static bool depthTest = true;
|
||||||
static bool initialized = false;
|
static bool initialized = false;
|
||||||
static float lineWidth = 2.f;
|
static float lineWidth = 1.5f;
|
||||||
static float pointSize = 3.f;
|
static float pointSize = 3.f;
|
||||||
static int colorLocation = -1;
|
static int colorLocation = -1;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue