Ignore:
Timestamp:
05/06/14 13:38:28 (11 years ago)
Author:
epyon
Message:
  • further simplification of mesh classes
  • updated tests
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/render_test/rl.cc

    r214 r231  
    8080{
    8181        m_device = new nv::gl_device();
    82         m_window = m_device->create_window( 800, 600 );
     82        m_window = m_device->create_window( 800, 600, false );
    8383       
    8484        nv::image_data* sprites = m_device->create_image_data( "spritesheet.png" );
Note: See TracChangeset for help on using the changeset viewer.