summaryrefslogtreecommitdiffstats
path: root/config.tests/assimp/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'config.tests/assimp/main.cpp')
-rw-r--r--config.tests/assimp/main.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/config.tests/assimp/main.cpp b/config.tests/assimp/main.cpp
index 8d5e86f85..8a88e9e1b 100644
--- a/config.tests/assimp/main.cpp
+++ b/config.tests/assimp/main.cpp
@@ -45,5 +45,9 @@ int main(int , char **)
aiAnimation anim;
anim.mNumMorphMeshChannels = 0;
+ // Check for something that was set in a recent version
+ aiMaterial aiM;
+ (void)aiM.GetName();
+
return 0;
}