Add name attribute to make visually finding property chunks easier
This commit is contained in:
parent
41797a0c17
commit
dd2aeeb66d
|
@ -86,7 +86,7 @@ struct TOCEntry {
|
||||||
("WREXT"): Chunk<WrExt> world_rep @ offset;
|
("WREXT"): Chunk<WrExt> world_rep @ offset;
|
||||||
(_): {
|
(_): {
|
||||||
if (std::string::starts_with(name, "P$")) {
|
if (std::string::starts_with(name, "P$")) {
|
||||||
Chunk<PropertyMap> property_chunk @ offset;
|
Chunk<PropertyMap> property_chunk @ offset [[name(name)]];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue