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

Remove combiner update from FrameBufferList::attachDepthBuffer().

WEIRD:
If new combiner is created on CombinerInfo::get().update(), it than
works incorrect. Example: pause screen in Banjo Tooie.
!!!
This commit is contained in:
Sergey Lipskiy 2014-12-25 21:00:58 +06:00
parent 3b102d4ebd
commit 17f2195801

View File

@ -323,8 +323,6 @@ void FrameBufferList::attachDepthBuffer()
#endif
assert(checkFBO());
}
CombinerInfo::get().update();
currentCombiner()->updateDepthInfo(true);
}
void FrameBuffer_Init()