From a6b01da677c891dc477f7bf97ac9642b159d49cf Mon Sep 17 00:00:00 2001 From: Bigjango13 Date: Sat, 6 Apr 2024 22:16:31 -0700 Subject: [PATCH] Fix Tile_lightEmission --- symbols/src/tile/Tile.def | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/symbols/src/tile/Tile.def b/symbols/src/tile/Tile.def index bf0987399..a64e59820 100644 --- a/symbols/src/tile/Tile.def +++ b/symbols/src/tile/Tile.def @@ -70,7 +70,7 @@ property AABB aabb = 0x40; // Globals, all of theses are 256 elements long static-property Tile *tiles[256] = 0x180e08; -static-property float lightEmission[256] = 0x181214; +static-property int lightEmission[256] = 0x181214; static-property bool isEntityTile[256] = 0x181f20; // Tiles