From bb1fb24290654394cd0a32c3a6b3d98e5131088d Mon Sep 17 00:00:00 2001 From: tcmal Date: Sun, 25 Aug 2024 17:44:21 +0100 Subject: feat(render): drawing with multiple texture arrays requires faces to be sorted by depth to work properly, which isn't currently happening --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 58a3b01..59d9154 100644 --- a/.gitignore +++ b/.gitignore @@ -57,3 +57,7 @@ GitHub.sublime-settings # Game data. Used for testing, but not sure about license yet textures/ + +# Intermediate BSP files. +*.srf +*.prt \ No newline at end of file -- cgit v1.2.3