2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-20 12:59:12 +00:00

Compile fixes & cleanup

This commit is contained in:
2022-03-12 13:59:30 -05:00
parent 63041d5b70
commit 3be470b7b8
4 changed files with 4 additions and 6 deletions

View File

@@ -615,7 +615,7 @@ enum ColorSrc {
SRC_VTX,
};
enum LightID {
enum LightID : u32 {
LIGHT0 = 0x001,
LIGHT1 = 0x002,
LIGHT2 = 0x004,