fixed texture rendering in pxl8_bsp.c

This commit is contained in:
asrael 2025-11-11 22:42:10 -06:00
parent 2e2461c35a
commit 7dd32ec453
3 changed files with 4 additions and 14 deletions

View file

@ -35,10 +35,10 @@ case "$(uname)" in
;;
esac
RED='\033[0;31m'
GREEN='\033[0;32m'
BOLD='\033[1m'
GREEN='\033[38;2;184;187;38m'
NC='\033[0m'
RED='\033[38;2;251;73;52m'
if [[ "$(uname)" == "Linux" ]]; then
CFLAGS="$CFLAGS -D_GNU_SOURCE"