mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 15:04:56 +00:00
PART MBSP property yaml fix
This commit is contained in:
@@ -362,7 +362,7 @@ void GPSM<IDType>::_write(typename WriteYaml::StreamT& w) const
|
||||
if (x30_31_RSOP)
|
||||
w.writeBool("RSOP", true);
|
||||
if (x48_MBSP)
|
||||
if (auto rec = w.enterSubRecord("MPSB"))
|
||||
if (auto rec = w.enterSubRecord("MBSP"))
|
||||
x48_MBSP.write(w);
|
||||
if (x4c_SIZE)
|
||||
if (auto rec = w.enterSubRecord("SIZE"))
|
||||
|
||||
Reference in New Issue
Block a user