fixed texture rendering in pxl8_bsp.c
This commit is contained in:
parent
2e2461c35a
commit
7dd32ec453
3 changed files with 4 additions and 14 deletions
4
pxl8.sh
4
pxl8.sh
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue