[decomp] texture (#684)

* temp

* more cleanup

* fix merge issue

* handle no texture correctly
This commit is contained in:
water111
2021-07-09 22:20:37 -04:00
committed by GitHub
parent d09088b8ed
commit 1898c7c52a
65 changed files with 6900 additions and 903 deletions
+1
View File
@@ -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;
}
}