fix compilation issue
This commit is contained in:
parent
9e02be0431
commit
c80f1572d8
|
|
@ -224,7 +224,7 @@ read_data(domSource &source) {
|
|||
LVecBase4f v (0, 0, 0, 1);
|
||||
for (domUint p = 0; p < params.getCount(); ++p) {
|
||||
if (params[c]->getName()) {
|
||||
v._v.data[c++] = floats[pos + p];
|
||||
v[c++] = floats[pos + p];
|
||||
}
|
||||
}
|
||||
_data.push_back(v);
|
||||
|
|
|
|||
Loading…
Reference in New Issue