Skip to content
Snippets Groups Projects
Commit b3318824 authored by vahrenkamp's avatar vahrenkamp
Browse files

fixed warning related to initialization of member vars

git-svn-id: http://svn.code.sf.net/p/simox/code/trunk@485 042f3d55-54a8-47e9-b7fb-15903f145c44
parent 5e57eab7
No related branches found
No related tags found
No related merge requests found
......@@ -332,8 +332,8 @@ namespace MathTools
{
TriangleFace()
:id1(UINT_MAX), id2(UINT_MAX), id3(UINT_MAX),
idNormal1(UINT_MAX), idNormal2(UINT_MAX), idNormal3(UINT_MAX),
idColor1(UINT_MAX), idColor2(UINT_MAX), idColor3(UINT_MAX),
idNormal1(UINT_MAX), idNormal2(UINT_MAX), idNormal3(UINT_MAX),
idMaterial(UINT_MAX){}
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment