diff options
Diffstat (limited to 'src/osd/modules/render/bgfx/effect.cpp')
-rw-r--r-- | src/osd/modules/render/bgfx/effect.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/osd/modules/render/bgfx/effect.cpp b/src/osd/modules/render/bgfx/effect.cpp index 7e0750a73a2..fb3d7d933ba 100644 --- a/src/osd/modules/render/bgfx/effect.cpp +++ b/src/osd/modules/render/bgfx/effect.cpp @@ -36,7 +36,7 @@ bgfx_effect::~bgfx_effect() delete uniform.second; } m_uniforms.clear(); - bgfx::destroyProgram(m_program_handle); + bgfx::destroy(m_program_handle); } void bgfx_effect::submit(int view, uint64_t blend) |