mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-02-16 10:30:42 +00:00
correct 2d sampler function index
This commit is contained in:
@@ -50,7 +50,7 @@ public class SamplerFunctionBuilder implements FunctionBuilder<SamplerFunction>
|
||||
return new SamplerFunction((Returnable<String>) argumentList.get(0),
|
||||
(Returnable<Number>) argumentList.get(1),
|
||||
new NumericConstant(0, position),
|
||||
(Returnable<Number>) argumentList.get(3),
|
||||
(Returnable<Number>) argumentList.get(2),
|
||||
function,
|
||||
true,
|
||||
position);
|
||||
|
||||
Reference in New Issue
Block a user