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