shader: fix range calculation for generic and patch shader variables
The size is always last - first + 1
so make sure that we are not using the sid
within this calculation.
Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this wiki page for instructions on how to get full permissions. Sorry for the inconvenience.
The size is always last - first + 1
so make sure that we are not using the sid
within this calculation.