diff options
| author | Egor <egor.yusov@gmail.com> | 2018-11-03 15:24:24 +0000 |
|---|---|---|
| committer | Egor <egor.yusov@gmail.com> | 2018-11-03 15:24:24 +0000 |
| commit | 43f9f50a82496604f10c61e30786448ed77a1750 (patch) | |
| tree | 9898334b535de4231f25af5906b3c143536af36b /Graphics/GraphicsEngineOpenGL | |
| parent | Fixed odd symbol (diff) | |
| download | DiligentCore-43f9f50a82496604f10c61e30786448ed77a1750.tar.gz DiligentCore-43f9f50a82496604f10c61e30786448ed77a1750.zip | |
Fixed linux build issues with RenderDeviceFactoryVk
Diffstat (limited to 'Graphics/GraphicsEngineOpenGL')
| -rw-r--r-- | Graphics/GraphicsEngineOpenGL/interface/RenderDeviceFactoryOpenGL.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Graphics/GraphicsEngineOpenGL/interface/RenderDeviceFactoryOpenGL.h b/Graphics/GraphicsEngineOpenGL/interface/RenderDeviceFactoryOpenGL.h index 4a2b28f5..8d852c9f 100644 --- a/Graphics/GraphicsEngineOpenGL/interface/RenderDeviceFactoryOpenGL.h +++ b/Graphics/GraphicsEngineOpenGL/interface/RenderDeviceFactoryOpenGL.h @@ -119,12 +119,11 @@ public: #else - IEngineFactoryOpenGL* GetEngineFactoryOpenGLInternal(); - // Do not forget to call System.loadLibrary("GraphicsEngineOpenGL") in Java on Android! API_QUALIFIER inline IEngineFactoryOpenGL* GetEngineFactoryOpenGL() { + IEngineFactoryOpenGL* GetEngineFactoryOpenGLInternal(); return GetEngineFactoryOpenGLInternal(); } |
