From a2a16b85572b1d28b0cd4901ea7348750732a740 Mon Sep 17 00:00:00 2001 From: xolatile Date: Tue, 5 Aug 2025 10:40:01 +0200 Subject: Few more changes, please do not compile... --- src/engine/normal.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/engine/normal.cpp') diff --git a/src/engine/normal.cpp b/src/engine/normal.cpp index dad00b0..cba6777 100644 --- a/src/engine/normal.cpp +++ b/src/engine/normal.cpp @@ -153,7 +153,6 @@ void addnormals(cube &c, const ivec &o, int size) loopi(6) if((vis = visibletris(c, i, o, size))) { CHECK_CALCLIGHT_PROGRESS(return, show_addnormals_progress); - if(c.texture[i] == DEFAULT_SKY) continue; vec planes[2]; int numverts = c.ext ? c.ext->surfaces[i].numverts&MAXFACEVERTS : 0, convex = 0, numplanes = 0; -- cgit v1.2.3