mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 22:27:41 +00:00
Cooking bug fixes
This commit is contained in:
@@ -20,7 +20,7 @@ void EVNT::Enumerate(typename Op::StreamT& s)
|
||||
if (version == 2)
|
||||
{
|
||||
DoSize<Op>({"soundPOICount"}, soundPOICount, s);
|
||||
Do<Op>({"particlePOINodes"}, soundPOINodes, soundPOICount, s);
|
||||
Do<Op>({"soundPOINodes"}, soundPOINodes, soundPOICount, s);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user