trying to fix light culling still

This commit is contained in:
Dynamitos
2021-07-11 22:23:01 +02:00
parent 7f019a28b4
commit bc09920462
5 changed files with 22 additions and 8 deletions
+4 -1
View File
@@ -115,5 +115,8 @@
"-Wno-dev"
],
"C_Cpp.default.cppStandard": "c++20",
"C_Cpp.default.intelliSenseMode": "msvc-x64"
"C_Cpp.default.intelliSenseMode": "msvc-x64",
"files.watcherExclude": {
"**/target": true
}
}