Ignore:
Timestamp:
09/21/15 19:13:26 (10 years ago)
Author:
epyon
Message:
  • full math library
  • GLM dependency removed
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/gfx/texture_atlas.cc

    r398 r471  
    2222        region r ( ivec2(0,0), size );
    2323
    24         int best_height = INT_MAX;
     24        int best_height = nv::limits::si_max;
    2525        int best_index  = -1;
    26         int best_width  = INT_MAX;
     26        int best_width  = nv::limits::si_max;
    2727
    2828        for( size_t i=0; i < m_nodes.size(); ++i )
Note: See TracChangeset for help on using the changeset viewer.