This website works better with JavaScript.
首頁
說明
登入
lolengine
/
lol
镜像来自
https://github.com/lolengine/lol
關註
1
收藏
0
複製
0
程式碼
問題管理
0
版本發佈
0
Wiki
Activity
瀏覽代碼
debug: reset texture unit in the GL quad.
legacy
Sam Hocevar
sam
13 年之前
父節點
e750e82332
當前提交
5123b94188
共有
1 個文件被更改
,包括
1 次插入
和
0 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
src/debug/quad.cpp
+ 1
- 0
src/debug/quad.cpp
查看文件
@@ -124,6 +124,7 @@ void DebugQuad::TickDraw(float deltams)
glMatrixMode(GL_MODELVIEW);
glLoadIdentity();
glDisable(GL_TEXTURE_2D);
glClientActiveTexture(GL_TEXTURE0);
glBindBuffer(GL_ARRAY_BUFFER, 0);
glUseProgram(0);
Write
Preview
Loading…
取消
儲存