mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2026-05-19 16:10:35 +00:00
Fix macOS build
This commit is contained in:
@@ -113,7 +113,7 @@ class VTMetalRenderer : public VTBaseRenderer
|
||||
{
|
||||
public:
|
||||
VTMetalRenderer(bool hwAccel)
|
||||
: IFFmpegRenderer(RendererType::VTMetal),
|
||||
: VTBaseRenderer(RendererType::VTMetal),
|
||||
m_HwAccel(hwAccel),
|
||||
m_Window(nullptr),
|
||||
m_HwContext(nullptr),
|
||||
|
||||
Reference in New Issue
Block a user