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;