Fixed wrong type
This commit is contained in:
parent
f961a49248
commit
83329d1737
|
@ -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];
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue