Fix yet another culling bug

This commit is contained in:
Miloslav Ciz 2025-03-26 16:04:38 +01:00
parent 314f27c097
commit c992ddeb3f
4 changed files with 68 additions and 4 deletions

View file

@ -246,6 +246,9 @@ A few tips for making maps:
~~~~~ COMPILING AND MODIFYING ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Mods are highly recommended to be distributed as diff files that will apply
changes to the source code. This is inspired by suckless programs.
TODO
~~~~~ FAQ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~