Changeset 492 for trunk/src/sdl


Ignore:
Timestamp:
05/05/16 19:37:28 (9 years ago)
Author:
epyon
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/sdl/sdl_window.cc

    r491 r492  
    3030        //      SDL_GL_SetAttribute( SDL_GL_MULTISAMPLESAMPLES, 4 );
    3131
    32         SDL_GL_SetAttribute(SDL_GL_CONTEXT_MAJOR_VERSION, 3);
    33         SDL_GL_SetAttribute(SDL_GL_CONTEXT_MINOR_VERSION, 2);
     32        SDL_GL_SetAttribute(SDL_GL_CONTEXT_MAJOR_VERSION, 4);
     33        SDL_GL_SetAttribute(SDL_GL_CONTEXT_MINOR_VERSION, 0);
    3434
    3535        SDL_GL_SetAttribute(SDL_GL_CONTEXT_PROFILE_MASK, SDL_GL_CONTEXT_PROFILE_CORE );
Note: See TracChangeset for help on using the changeset viewer.