mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-07-06 23:32:59 +12:00
Nyom part 2
This commit is contained in:
parent
75f839509e
commit
a903e1b2a4
2 changed files with 4 additions and 5 deletions
|
@ -73,7 +73,7 @@ namespace PICA {
|
|||
BitField<22, 2, u32> shadowSelector;
|
||||
};
|
||||
|
||||
LightingLUTConfig luts[7]{};
|
||||
std::array<LightingLUTConfig, 7> luts{};
|
||||
|
||||
std::array<Light, 8> lights{};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue