mirror of
https://github.com/open-goal/jak-project
synced 2026-06-26 18:42:01 -04:00
[Decomp] Math library: transform and quaternion (#344)
* decompile transform * types for quaternion * part of quaternion * finish quaternion * fix offline test reference * wip fix to let issue * fix
This commit is contained in:
@@ -344,6 +344,10 @@ std::vector<FormElement*> FormStack::rewrite(FormPool& pool, const Env& env) {
|
||||
result.push_back(e.elt);
|
||||
}
|
||||
}
|
||||
|
||||
if (result.empty()) {
|
||||
result.push_back(pool.alloc_element<EmptyElement>());
|
||||
}
|
||||
return result;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user