Fix off-by-one bug

This commit is contained in:
Magnus Norddahl 2016-10-16 13:08:06 +02:00
commit 1711f13eeb
2 changed files with 4 additions and 3 deletions

View file

@ -30,7 +30,7 @@ private:
SSAInt texturefrac[4];
SSAInt iscale[4];
SSAInt textureheight0;
SSAInt textureheight1;
SSAInt maxtextureheight1;
SSAVec4i top_color;
SSAVec4i bottom_color;
SSAWorkerThread thread;