mirror of
https://github.com/lucaspalomodevelop/meshlab.git
synced 2026-03-13 00:07:24 +00:00
Correct mistake.
This commit is contained in:
parent
c48cb4da97
commit
3cd7e62c00
@ -231,7 +231,7 @@ std::vector<MeshModel*> loadMLP(
|
||||
if (tr.childNodes().size() == 1) {
|
||||
if (!binary) {
|
||||
auto const & values = tr.childNodes();
|
||||
auto * v = md.mm()->cm.V();
|
||||
auto * v = md.mm()->cm.Tr.V();
|
||||
for (auto index = 0u; index < values.length(); ++index) {
|
||||
v[index] = values.item(index).nodeName().toFloat();
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user