From 41d0ade9d8c9e45311813401f1265986b3e15e9d Mon Sep 17 00:00:00 2001 From: erwincoumans Date: Thu, 18 Jul 2013 16:31:26 -0700 Subject: [PATCH] don't load missing test files --- Demos3/Wavefront/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Demos3/Wavefront/main.cpp b/Demos3/Wavefront/main.cpp index b0c25d6bb..acfb27eb3 100644 --- a/Demos3/Wavefront/main.cpp +++ b/Demos3/Wavefront/main.cpp @@ -99,8 +99,8 @@ static bool int main( int argc, char **argv) { - assert(true == TestLoadObj("cornell_box.obj",true)); - assert(true == TestLoadObj("cube.obj",true)); +// assert(true == TestLoadObj("cornell_box.obj",true)); +// assert(true == TestLoadObj("cube.obj",true)); assert(true==TestLoadObj("samurai_monastry.obj",false)); assert(true==TestLoadObj("teddy2_VHACD_CHs.obj",true)); return 0;