pull/1641/head
Kim Kulling 2017-12-14 18:10:42 +01:00
parent dec3e2ba42
commit 5e63ba9a9d
1 changed files with 1 additions and 1 deletions

View File

@ -921,7 +921,7 @@ aiVector2D XGLImporter::ReadVec2()
++s;
}
vec.x = v[0];
vex.y = v[1];
vec.y = v[1];
return vec;
}