Changeset 469 for trunk/src/gl


Ignore:
Timestamp:
09/17/15 17:17:20 (10 years ago)
Author:
epyon
Message:
  • stl/short_string - minor fix
  • stl/utility - max for 3 arguments
  • stl/math length_sq
  • interface/context - proper handling of buffer ownage in va's
  • wx/canvas - sleep added
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/gl/gl_context.cc

    r466 r469  
    4848                for ( uint32 i = 0; i < info->count; ++i )
    4949                {
    50                         if ( info->attr[i].owner ) m_device->release( info->attr[i].vbuffer );
     50                        if ( info->attr[i].owner )
     51                                m_device->release( info->attr[i].vbuffer );
    5152                }
    5253                if ( info->index.is_valid() && info->index_owner) m_device->release( info->index );
Note: See TracChangeset for help on using the changeset viewer.