Kaydet (Commit) df640fee authored tarafından Markus Mohrhard's avatar Markus Mohrhard

remove unused variables

Change-Id: Ia2dfa357d0fb7c2a19511ec0957deac38b85c09f
üst e799cd81
......@@ -91,11 +91,8 @@ struct Polygon3DInfo
struct Extrude3DInfo
{
bool rounded;
bool lineOnly;
float lineWidth;
bool twoSidesLighting;
glm::vec4 extrudeColor;
long fillStyle;
float xScale;
float yScale;
float zScale;
......
......@@ -80,9 +80,7 @@ OpenGL3DRenderer::OpenGL3DRenderer():
m_Polygon3DInfo.normals = NULL;
m_Polygon3DInfo.lineWidth = 0.001f;
m_Extrude3DInfo.lineOnly = false;
m_Extrude3DInfo.twoSidesLighting = false;
m_Extrude3DInfo.lineWidth = 0.001f;
GetFreq();
m_RoundBarMesh.iMeshSizes = 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment