Fix compiler warnings

This commit is contained in:
Kim Kulling
2022-03-05 20:37:34 +01:00
parent d4527d4e87
commit 80a8807c47
2 changed files with 4 additions and 8 deletions

View File

@@ -82,8 +82,8 @@ static const aiImporterDesc desc = {
// Constructor to be privately used by Importer
LWOImporter::LWOImporter() :
mIsLWO2(),
mIsLWO3(),
mIsLXOB(),
mIsLWO3(),
mLayers(),
mCurLayer(),
mTags(),