mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-04-08 16:56:07 +00:00
Exporting
This commit is contained in:
@@ -47,7 +47,6 @@ public class StructureFunction implements Function<Void> {
|
||||
|
||||
@Override
|
||||
public Void apply(Location location, Rotation rotation, int recursions) {
|
||||
System.out.println("executing structure function");
|
||||
|
||||
Vector2 xz = new Vector2(x.apply(location, rotation, recursions).doubleValue(), z.apply(location, rotation, recursions).doubleValue());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user