hs

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | LICENSE

commit 091f451dbdb78f2262769ed9bd2bcf3fe92bc32d
parent 189dd78c9a88f0ad2364d4a15a374b1eb9561d17
Author: Samdal <samdal@protonmail.com>
Date:   Wed, 15 Sep 2021 22:07:48 +0200

removed a not needed check

Diffstat:
Mhs_graphics.h | 3---
1 file changed, 0 insertions(+), 3 deletions(-)

diff --git a/hs_graphics.h b/hs_graphics.h @@ -1115,9 +1115,6 @@ hs_aroom_to_tilemap(const hs_aroom aroom, hs_tilemap* tilemap, const uint16_t la tilemap->height = aroom.height; hs_tilemap_init(tilemap, tilemap->sp.tex.tex_unit, 0); - if (tilemap->tileset_width * tilemap->tileset_width == 1) - return; - hs_aroom_set_tilemap(aroom, tilemap, layer); }