diff options
Diffstat (limited to 'Graphics/GraphicsEngineMetal')
| -rw-r--r-- | Graphics/GraphicsEngineMetal/include/QueryMtlImpl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Graphics/GraphicsEngineMetal/include/QueryMtlImpl.h b/Graphics/GraphicsEngineMetal/include/QueryMtlImpl.h index c30883aa..9205bbf0 100644 --- a/Graphics/GraphicsEngineMetal/include/QueryMtlImpl.h +++ b/Graphics/GraphicsEngineMetal/include/QueryMtlImpl.h @@ -48,7 +48,7 @@ public: const QueryDesc& Desc); ~QueryMtlImpl(); - IMPLEMENT_QUERY_INTERFACE_IN_PLACE(IID_FenceMtl, TFenceBase); + IMPLEMENT_QUERY_INTERFACE_IN_PLACE(IID_QueryMtl, TQueryBase); virtual bool GetData(void* pData, Uint32 DataSize) override final; |
