From 425fc82bcc66e931ea3aca8ffb0a9eabc0433fc0 Mon Sep 17 00:00:00 2001 From: Egor Yusov Date: Mon, 11 Mar 2019 19:57:59 -0500 Subject: Few more readme updates --- Graphics/GraphicsEngineOpenGL/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Graphics/GraphicsEngineOpenGL') diff --git a/Graphics/GraphicsEngineOpenGL/readme.md b/Graphics/GraphicsEngineOpenGL/readme.md index 934595bc..0c3c204b 100644 --- a/Graphics/GraphicsEngineOpenGL/readme.md +++ b/Graphics/GraphicsEngineOpenGL/readme.md @@ -15,7 +15,7 @@ using namespace Diligent; #if ENGINE_DLL GetEngineFactoryOpenGLType GetEngineFactoryOpenGL; - if( !LoadGraphicsEngineOpenGL(GetEngineFactoryOpenGL) ) + if(!LoadGraphicsEngineOpenGL(GetEngineFactoryOpenGL)) return FALSE; #endif RefCntAutoPtr pRenderDevice; -- cgit v1.2.3