1
Fork 0
mirror of https://github.com/redstrate/Novus.git synced 2025-04-26 13:47:46 +00:00

Remove unused selectedModel variable

This commit is contained in:
Joshua Goins 2023-12-09 21:08:31 -05:00
parent 27316359ac
commit b897b70105

View file

@ -8,7 +8,6 @@
void exportModel(const QString &name, const physis_MDL &model, const physis_Skeleton &skeleton, const std::vector<BoneData> &boneData, const QString &fileName) void exportModel(const QString &name, const physis_MDL &model, const physis_Skeleton &skeleton, const std::vector<BoneData> &boneData, const QString &fileName)
{ {
const int selectedModel = 0;
const int selectedLod = 0; const int selectedLod = 0;
const physis_LOD &lod = model.lods[selectedLod]; const physis_LOD &lod = model.lods[selectedLod];