diff --git a/src/gx/gll/GLMipmap.cpp b/src/gx/gll/GLMipmap.cpp index 7758a26..a87ba94 100644 --- a/src/gx/gll/GLMipmap.cpp +++ b/src/gx/gll/GLMipmap.cpp @@ -4,8 +4,7 @@ #include "gx/gll/GLFramebuffer.h" int32_t GLMipmap::GetDepthBits() { - // TODO - return 0; + return this->m_DepthBits; } void GLMipmap::Attach(GLFramebuffer* framebuffer, GLenum attachPoint, int32_t a4) {