Ignore:
Timestamp:
05/15/15 12:52:52 (10 years ago)
Author:
epyon
Message:
  • fixed compilation on clang
  • cleared all clang warnings (except fix_me's)
File:
1 edited

Legend:

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

    r342 r364  
    734734                if ( slots[i] > OUTPUT_7 ) buffers[i] = 0;
    735735        }
    736         glDrawBuffers( count, buffers );
     736        glDrawBuffers( (GLsizei)count, buffers );
    737737}
    738738
Note: See TracChangeset for help on using the changeset viewer.