diff options
Diffstat (limited to 'Graphics/GraphicsEngineOpenGL')
| -rw-r--r-- | Graphics/GraphicsEngineOpenGL/src/GLContextLinux.cpp | 2 | ||||
| -rw-r--r-- | Graphics/GraphicsEngineOpenGL/src/GLContextWindows.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Graphics/GraphicsEngineOpenGL/src/GLContextLinux.cpp b/Graphics/GraphicsEngineOpenGL/src/GLContextLinux.cpp index ffa31068..d4f38df3 100644 --- a/Graphics/GraphicsEngineOpenGL/src/GLContextLinux.cpp +++ b/Graphics/GraphicsEngineOpenGL/src/GLContextLinux.cpp @@ -81,7 +81,7 @@ namespace Diligent MessageSS << ")" << std::endl << message << std::endl; - LOG_INFO_MESSAGE_ONCE( MessageSS.str().c_str() ); + LOG_INFO_MESSAGE( MessageSS.str().c_str() ); } GLContext::GLContext( const EngineGLAttribs &InitAttribs, DeviceCaps &DeviceCaps ) : diff --git a/Graphics/GraphicsEngineOpenGL/src/GLContextWindows.cpp b/Graphics/GraphicsEngineOpenGL/src/GLContextWindows.cpp index 0760e70e..d42c3625 100644 --- a/Graphics/GraphicsEngineOpenGL/src/GLContextWindows.cpp +++ b/Graphics/GraphicsEngineOpenGL/src/GLContextWindows.cpp @@ -82,7 +82,7 @@ namespace Diligent MessageSS << ")" << std::endl << message << std::endl; - LOG_INFO_MESSAGE_ONCE( MessageSS.str().c_str() ); + LOG_INFO_MESSAGE( MessageSS.str().c_str() ); } GLContext::GLContext(const EngineGLAttribs &InitAttribs, DeviceCaps &DeviceCaps ) : |
