fixes in Light functions

git-svn-id: svn://kolibrios.org@5262 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
IgorA
2014-12-23 22:07:07 +00:00
parent 5dd0204401
commit 49aa2adc78
3 changed files with 55 additions and 28 deletions

View File

@@ -59,7 +59,9 @@ endl
sub edi,16 ;edi = &q[3]
mov ecx,4
rep movsd
stdcall glopMaterial, eax,[q]
;mov edi,ebp
sub edi,28 ;edi = &q
stdcall glopMaterial, eax,edi
@@:
ret
endp