Ignore:
Timestamp:
06/13/15 11:20:22 (10 years ago)
Author:
epyon
Message:
  • cleanup of glm usage
File:
1 edited

Legend:

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

    r395 r398  
    731731        }
    732732        unsigned int buffers[8];
    733         count = glm::min<uint32>( count, 8 );
     733        count = nv::min<uint32>( count, 8 );
    734734        for ( uint32 i = 0; i < count; ++i )
    735735        {
Note: See TracChangeset for help on using the changeset viewer.