mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-12-28 11:39:07 +00:00
Fixes
This commit is contained in:
@@ -58,5 +58,4 @@ public class AddingStream<T> extends BasicStream<T> {
|
||||
public T get(double x, double y, double z) {
|
||||
return fromDouble(add.apply(x, y, z) + getTypedSource().getDouble(x, y, z));
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user