mirror of
https://github.com/libretro/ppsspp.git
synced 2025-03-05 15:07:17 +00:00
glClearColor(0,0,0,1);
This commit is contained in:
parent
2cfaa49797
commit
dd90e93403
@ -127,7 +127,7 @@ FramebufferManager::FramebufferManager() :
|
||||
// by themselves.
|
||||
glstate.depthWrite.set(GL_TRUE);
|
||||
glstate.colorMask.set(GL_TRUE, GL_TRUE, GL_TRUE, GL_TRUE);
|
||||
glClearColor(0, 0, 0, 0);
|
||||
glClearColor(0,0,0,1);
|
||||
glClear(GL_COLOR_BUFFER_BIT | GL_DEPTH_BUFFER_BIT | GL_STENCIL_BUFFER_BIT);
|
||||
|
||||
convBuf = new u8[480 * 272 * 4];
|
||||
|
Loading…
x
Reference in New Issue
Block a user