diff --git a/components/rage-nutsnbolts-five/src/FrameHook.cpp b/components/rage-nutsnbolts-five/src/FrameHook.cpp index 697935d843..0e2c86e3a2 100644 --- a/components/rage-nutsnbolts-five/src/FrameHook.cpp +++ b/components/rage-nutsnbolts-five/src/FrameHook.cpp @@ -134,5 +134,8 @@ static HookFunction hookFunction([] () g_isD3DInvalid = (bool*)(location + *(int32_t*)location + 4); + // allow resizing window in all cases + hook::nop(hook::get_pattern("45 8D 67 01 74 05 41 8B C4", 4), 2); + //__debugbreak(); }); \ No newline at end of file