Limit samplers to 8 in combined.frag.
The additional palette sampler wasn't accounted for in the original PR.
This commit is contained in:
@@ -20,7 +20,7 @@ namespace OpenRA.Graphics
|
||||
readonly IShader shader;
|
||||
|
||||
readonly Vertex[] vertices;
|
||||
readonly Sheet[] sheets = new Sheet[8];
|
||||
readonly Sheet[] sheets = new Sheet[7];
|
||||
|
||||
BlendMode currentBlend = BlendMode.Alpha;
|
||||
int nv = 0;
|
||||
|
||||
Reference in New Issue
Block a user