]> git.xonotic.org Git - xonotic/darkplaces.git/commit
fixed a bug with CSQC compatibility - .lerpfrac was wrong, it should
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Tue, 17 Nov 2009 14:49:48 +0000 (14:49 +0000)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Tue, 17 Nov 2009 14:49:48 +0000 (14:49 +0000)
commitfc34acefa87b04995e510158ebeaebed02985325
tree8e52e28d6c095c103b22652fad65b8d710c60b85
parent02e794e29abde064b5595b32480866ffa63ac84a
fixed a bug with CSQC compatibility - .lerpfrac was wrong, it should
control blend strength of .frame2 but it controlled .frame instead,
which meant that mods with .lerpfrac at the default (0) value would
always have to set .frame2 as well as .frame to the same frame, which
was not the intention of the spec

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@9502 d7cf8633-e32d-0410-b094-e92efae38249
csprogs.c