null + anything = null

This commit is contained in:
2025-12-30 14:40:54 -06:00
parent 0664c11af6
commit 7ae5a0c06b
3 changed files with 3 additions and 2 deletions

View File

@@ -74,7 +74,7 @@ foreach file: scripts
endforeach
srceng = 'source'
includes = [srceng, 'internal', 'debug', 'net', 'archive', 'math']
includes = [srceng, 'internal', 'debug', 'net', 'archive']
foreach file : src
full_path = join_paths(srceng, file)