Comments, I'm tired 👽
This commit is contained in:
parent
4ee39b510f
commit
9af4a9b8e0
@ -159,7 +159,7 @@ namespace Components
|
|||||||
{
|
{
|
||||||
__asm
|
__asm
|
||||||
{
|
{
|
||||||
// Check the value of BGEnableBounces
|
// Check the value of BGBounces
|
||||||
push ecx
|
push ecx
|
||||||
push eax
|
push eax
|
||||||
|
|
||||||
@ -170,7 +170,7 @@ namespace Components
|
|||||||
pop eax
|
pop eax
|
||||||
pop ecx
|
pop ecx
|
||||||
|
|
||||||
// Do not bounce if BGEnableBounces is 0
|
// Do not bounce if BGBounces is 0
|
||||||
jle noBounce
|
jle noBounce
|
||||||
|
|
||||||
// Bounce
|
// Bounce
|
||||||
|
Loading…
Reference in New Issue
Block a user