Style fix

1008-fix
tomangelo2 2019-01-29 20:39:46 +01:00 committed by Mateusz Przybył
parent 0da792c77c
commit 0f6e1d7d4a
1 changed files with 2 additions and 1 deletions

View File

@ -4048,7 +4048,8 @@ void CEngine::UseMSAA(bool enable)
} }
} }
if (framebuffer != nullptr) { if (framebuffer != nullptr)
{
framebuffer->Bind(); framebuffer->Bind();
} }