pull/814/head
Kim Kulling 2016-03-03 15:20:22 +01:00
commit 26fba14aaf
1 changed files with 3 additions and 0 deletions

View File

@ -177,6 +177,9 @@ struct aiMetadata
case AI_AIVECTOR3D:
delete static_cast<aiVector3D*>(data);
break;
#ifndef SWIG
case FORCE_32BIT:
#endif
default:
assert(false);
break;