Fixed wrong type

This commit is contained in:
Gianpaolo Palma 2017-12-07 13:52:49 +01:00
parent f961a49248
commit 83329d1737
1 changed files with 2 additions and 2 deletions

View File

@ -96,7 +96,7 @@ public:
}
}
typename VALUE_TYPE::ColorType wc[3];
typename VALUE_TYPE::WedgeColorType wc[3];
};
class WedgeNormalTypePack {
@ -111,7 +111,7 @@ public:
}
}
typename VALUE_TYPE::NormalType wn[3];
typename VALUE_TYPE::WedgeNormalType wn[3];
};