From cf22fcd5fdd81475737808a28878854eba08e654 Mon Sep 17 00:00:00 2001 From: nils <48135649+Nilstrieb@users.noreply.github.com> Date: Tue, 18 Apr 2023 12:21:37 +0200 Subject: [PATCH] more --- src/tiles.rs | 2 +- tiles.rs | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/src/tiles.rs b/src/tiles.rs index beb5042..1949614 100644 --- a/src/tiles.rs +++ b/src/tiles.rs @@ -47,7 +47,7 @@ pub struct TileDef where { /// Whether the tile emits light, and the light source offset - pub layer: ::SpecificDef, + pub layer: (), //ADD pub blend_graphic: String, } diff --git a/tiles.rs b/tiles.rs index beb5042..794689d 100644 --- a/tiles.rs +++ b/tiles.rs @@ -46,8 +46,7 @@ impl TileLayer for Fg { pub struct TileDef where { - /// Whether the tile emits light, and the light source offset - pub layer: ::SpecificDef, + pub layer: (), //ADD pub blend_graphic: String, }