mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-02-16 10:30:42 +00:00
Fix method call
This commit is contained in:
@@ -14,6 +14,6 @@ public class ConstantColorSamplerTemplate implements ObjectTemplate<ColorSampler
|
||||
|
||||
@Override
|
||||
public ColorSampler get() {
|
||||
return ((x, z) -> color.argb());
|
||||
return ((x, z) -> color.getColor());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user