Fixed a silly bug in the interpolation code
This commit is contained in:
@@ -1088,8 +1088,6 @@ MMXInterpolwin:
|
|||||||
add edi,16
|
add edi,16
|
||||||
dec ecx
|
dec ecx
|
||||||
jnz .a
|
jnz .a
|
||||||
mov eax,[esi+510]
|
|
||||||
mov [esi+512],eax
|
|
||||||
.returninterps
|
.returninterps
|
||||||
add esi,64
|
add esi,64
|
||||||
add edi,[AddEndBytes]
|
add edi,[AddEndBytes]
|
||||||
|
|||||||
@@ -1079,8 +1079,6 @@ MMXInterpolwin:
|
|||||||
add edi,16
|
add edi,16
|
||||||
dec ecx
|
dec ecx
|
||||||
jnz .a
|
jnz .a
|
||||||
mov eax,[esi+510]
|
|
||||||
mov [esi+512],eax
|
|
||||||
.returninterps
|
.returninterps
|
||||||
add esi,64
|
add esi,64
|
||||||
add edi,[AddEndBytes]
|
add edi,[AddEndBytes]
|
||||||
|
|||||||
Reference in New Issue
Block a user