diff --git a/FrameBuffer.cpp b/FrameBuffer.cpp index b6b412f0..75693727 100644 --- a/FrameBuffer.cpp +++ b/FrameBuffer.cpp @@ -323,8 +323,6 @@ void FrameBufferList::attachDepthBuffer() #endif assert(checkFBO()); } - CombinerInfo::get().update(); - currentCombiner()->updateDepthInfo(true); } void FrameBuffer_Init()