Fix clang-format
This commit is contained in:
parent
485d64ae73
commit
372c653ec3
|
@ -384,7 +384,7 @@ void RendererOpenGL::SwapBuffers() {
|
||||||
if (frame_dumper.IsDumping()) {
|
if (frame_dumper.IsDumping()) {
|
||||||
try {
|
try {
|
||||||
RenderToMailbox(frame_dumper.GetLayout(), frame_dumper.mailbox, true);
|
RenderToMailbox(frame_dumper.GetLayout(), frame_dumper.mailbox, true);
|
||||||
} catch(const OGLTextureMailboxException& exception) {
|
} catch (const OGLTextureMailboxException& exception) {
|
||||||
LOG_DEBUG(Render_OpenGL, "Frame dumper exception caught: {}", exception.what());
|
LOG_DEBUG(Render_OpenGL, "Frame dumper exception caught: {}", exception.what());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Reference in New Issue