mindustry logic execution, map- and schematic- parsing and rendering
Diffstat (limited to 'src/block/liquid.rs')
| -rw-r--r-- | src/block/liquid.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/block/liquid.rs b/src/block/liquid.rs index 3869971..5044e3a 100644 --- a/src/block/liquid.rs +++ b/src/block/liquid.rs @@ -17,9 +17,9 @@ make_simple!( let ctx = ctx.unwrap(); let mask = mask(ctx, rot, name); let (index, rot, flip) = mask2rotations(mask, rot); - let tile = rotations2tile((index, rot, flip), "conduit", s); + // TODO caps. stopped trying bcz too complex - tile + rotations2tile((index, rot, flip), "conduit", s) }, true ); |