Merge pull request #107 from zweeej/SetSlowMotion-fix

slowmofix
This commit is contained in:
Dss0 2021-08-16 16:06:49 +02:00 committed by GitHub
commit 1888e4c357
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,11 +21,11 @@ namespace Components
__asm
{
pushad
push [esp + 20h]
push[esp + 18h]
call SlowMotion::ApplySlowMotion
pop ecx
add esp, 4
popad
retn