Ignore:
Timestamp:
03/15/05 15:21:22 (20 years ago)
Author:
gametools
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/VUT/OcclusionCullingSceneManager/TestCulling/TestCullingApplication.cpp

    r12 r16  
    3030    TestCullingApplication app; 
    3131 
    32     try { 
     32        try { 
    3333        app.go(); 
    3434    } catch( Ogre::Exception& e ) { 
    3535        MessageBox( NULL, e.getFullDescription().c_str(), "An exception has occured!", MB_OK | MB_ICONERROR | MB_TASKMODAL); 
    36     } 
     36    }    
    3737 
    3838    return 0; 
Note: See TracChangeset for help on using the changeset viewer.