1
0
mirror of https://github.com/blawar/GLideN64.git synced 2024-07-04 10:03:36 +00:00

Fixed missing gfx with native recs option (regression) #1889

This commit is contained in:
Sergey Lipskiy 2018-09-04 23:46:15 +07:00
parent 80ba93413a
commit 289edfd148

View File

@ -216,6 +216,7 @@ bool TexrectDrawer::add()
if (!bContinue) {
draw();
drawer._updateStates(DrawingState::TexRect);
gfxContext.enable(enable::CULL_FACE, false);
}
}