mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-30 00:32:57 -04:00
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…
x
Reference in New Issue
Block a user