mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-09 15:45:40 +12:00
Fix trampling clip state
This commit is contained in:
parent
9e529d73f4
commit
ca3c2550f2
1 changed files with 2 additions and 2 deletions
|
@ -458,8 +458,8 @@ void RendererGL::display() {
|
|||
gl.useProgram(displayProgram);
|
||||
gl.bindVAO(dummyVAO);
|
||||
|
||||
OpenGL::disableClipPlane(0);
|
||||
OpenGL::disableClipPlane(1);
|
||||
gl.disableClipPlane(0);
|
||||
gl.disableClipPlane(1);
|
||||
|
||||
using namespace PICA::ExternalRegs;
|
||||
const u32 topScreenAddr = externalRegs[Framebuffer0AFirstAddr];
|
||||
|
|
Loading…
Add table
Reference in a new issue