This website works better with JavaScript.
首頁
說明
登入
lolengine
/
lol
镜像来自
https://github.com/lolengine/lol
關註
1
收藏
0
複製
0
程式碼
問題管理
0
版本發佈
0
Wiki
Activity
瀏覽代碼
gl: fix long-standing bug where clear color didn't properly set
the alpha value.
legacy
Sam Hocevar
sam
13 年之前
父節點
aab3fb7c45
當前提交
8a239b4df7
共有
1 個文件被更改
,包括
1 次插入
和
1 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/video.cpp
+ 1
- 1
src/video.cpp
查看文件
@@ -70,7 +70,7 @@ void Video::Setup(ivec2 size)
VideoData::saved_viewport = size;
#endif
glClearColor(0.1f, 0.2f, 0.3f,
0
.0f);
glClearColor(0.1f, 0.2f, 0.3f,
1
.0f);
glClearDepth(1.0);
#if defined HAVE_GL_2X && !defined __APPLE__
Write
Preview
Loading…
取消
儲存