From bffe8d11bd1dfec49280fb64a17f0ae529ac3f5d Mon Sep 17 00:00:00 2001 From: xolatile Date: Sun, 17 Aug 2025 18:28:28 +0200 Subject: Compiles, removed a lot of code, do not run it... --- src/engine/lightmap.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/engine/lightmap.h') diff --git a/src/engine/lightmap.h b/src/engine/lightmap.h index d15c6a7..2744257 100644 --- a/src/engine/lightmap.h +++ b/src/engine/lightmap.h @@ -100,9 +100,7 @@ extern void lerpnormal(float u, float v, const lerpvert *lv, int numv, lerpbound #define CHECK_CALCLIGHT_PROGRESS_LOCKED(exit, show_calclight_progress, before, after) \ if(check_calclight_progress) { \ - \ if(!calclight_canceled) { \ - \ before; \ show_calclight_progress(); \ check_calclight_canceled(); \ -- cgit v1.2.3