Style fix
parent
0da792c77c
commit
0f6e1d7d4a
|
@ -4048,7 +4048,8 @@ void CEngine::UseMSAA(bool enable)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (framebuffer != nullptr) {
|
if (framebuffer != nullptr)
|
||||||
|
{
|
||||||
framebuffer->Bind();
|
framebuffer->Bind();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue