Added room in the meshes for normals.

This commit is contained in:
Leonardo Zide
2017-02-18 11:12:35 -08:00
parent 641f4803e2
commit 3d1efcabec
15 changed files with 156 additions and 125 deletions
+1 -1
View File
@@ -535,7 +535,7 @@ void lcCamera::DrawInterface(lcContext* Context) const
};
Context->SetVertexBufferPointer(Verts);
Context->SetVertexFormat(0, 3, 0, 0);
Context->SetVertexFormat(0, 3, 0, 0, 0);
Context->SetIndexBufferPointer(Indices);
float LineWidth = lcGetPreferences().mLineWidth;