Basic light culling but without the culling

This commit is contained in:
Dynamitos
2021-06-12 18:51:29 +02:00
parent 22adb08bfc
commit 7f019a28b4
17 changed files with 122 additions and 63 deletions
+1
View File
@@ -323,6 +323,7 @@ namespace Seele
_data[index] = std::move(_data[arraySize - 1]);
}
arraySize--;
markIteratorDirty();
}
void clear()
{