Nyom part 2

This commit is contained in:
offtkp 2024-07-20 00:21:26 +03:00
parent 75f839509e
commit a903e1b2a4
2 changed files with 4 additions and 5 deletions

View file

@ -73,7 +73,7 @@ namespace PICA {
BitField<22, 2, u32> shadowSelector;
};
LightingLUTConfig luts[7]{};
std::array<LightingLUTConfig, 7> luts{};
std::array<Light, 8> lights{};