mirror of
https://github.com/open-goal/jak-project
synced 2026-09-03 02:14:07 -04:00
[decomp] texture (#684)
* temp * more cleanup * fix merge issue * handle no texture correctly
This commit is contained in:
@@ -28,6 +28,7 @@ BitfieldStaticDefElement::BitfieldStaticDefElement(
|
||||
: m_type(type) {
|
||||
for (auto& x : field_defs) {
|
||||
m_field_defs.push_back(BitFieldDef::from_constant(x, pool));
|
||||
m_field_defs.back().value->parent_element = this;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user