Ignore:
Timestamp:
Nov 21, 2011, 1:49:44 AM (11 years ago)
Author:
sam
Message:

gl: fix long-standing bug where clear color didn't properly set
the alpha value.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/video.cpp

    r1050 r1081  
    7171#endif
    7272
    73     glClearColor(0.1f, 0.2f, 0.3f, 0.0f);
     73    glClearColor(0.1f, 0.2f, 0.3f, 1.0f);
    7474    glClearDepth(1.0);
    7575
Note: See TracChangeset for help on using the changeset viewer.