accommodate linux build
parent
2065512470
commit
f18f1a35f6
|
@ -354,8 +354,8 @@ inline Ref<Accessor> ExportDataSparse(Asset &a, std::string &meshName, Ref<Buffe
|
||||||
acc->WriteSparseValues(nzCount, nzDiff, numCompsIn * bytesPerComp);
|
acc->WriteSparseValues(nzCount, nzDiff, numCompsIn * bytesPerComp);
|
||||||
|
|
||||||
//clear
|
//clear
|
||||||
delete[] nzDiff;
|
delete[] (char*)nzDiff;
|
||||||
delete[] nzIdx;
|
delete[] (char*)nzIdx;
|
||||||
}
|
}
|
||||||
return acc;
|
return acc;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue