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:
@@ -615,7 +615,7 @@ enum ColorSrc {
|
||||
SRC_VTX,
|
||||
};
|
||||
|
||||
enum LightID {
|
||||
enum LightID : u32 {
|
||||
LIGHT0 = 0x001,
|
||||
LIGHT1 = 0x002,
|
||||
LIGHT2 = 0x004,
|
||||
|
||||
Reference in New Issue
Block a user