Fix off-by-one bug
This commit is contained in:
parent
b3e4ba13ba
commit
1711f13eeb
2 changed files with 4 additions and 3 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue