Update mxtransitionmanager.cpp

Correct hook export type
This commit is contained in:
Regan Green 2023-10-05 07:04:59 -04:00
parent 0e6bae718c
commit da1f710fef

View File

@ -5,7 +5,7 @@
DECOMP_SIZE_ASSERT(MxTransitionManager, 0x900);
DECOMP_HOOK_START_CLS(MxTransitionManager);
DECOMP_HOOK_EXPORT_CLS(0x1004bb70, MxTransitionManager, void, SubmitCopyRect, (DDSURFACEDESC&));
DECOMP_HOOK_EXPORT_CLS(0x1004bb70, MxTransitionManager, void, SubmitCopyRect, (LPDDSURFACEDESC));
DECOMP_HOOK_END_CLS(MxTransitionManager);
// 0x100f4378