mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 18:24:55 +00:00
GameCube spec cook fixes
This commit is contained in:
@@ -42,7 +42,7 @@ struct MaterialSet : BigDNA
|
||||
void setShadowOccluderMesh(bool enabled) {flags &= ~0x100; flags |= atUint32(enabled) << 8;}
|
||||
bool lightmapUVArray() const {return false;} /* For polymorphic compatibility with MP1/2 */
|
||||
} flags;
|
||||
Value<atUint32> groupIdx;
|
||||
Value<atUint32> uniqueIdx;
|
||||
Value<atUint32> unk1;
|
||||
VAFlags vaFlags;
|
||||
Value<atUint32> unk2;
|
||||
|
||||
Reference in New Issue
Block a user