From 2401fa3a6f3eb92e923ab4dc575666aac35bbce9 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 c431cbc..3ae20ff 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-array Tile *tiles = 0x180e08; -static-property-array float lightEmission = 0x181214; +static-property-array int lightEmission = 0x181214; static-property-array bool isEntityTile = 0x181f20; // Tiles