mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 19:44:55 +00:00
Tons of refactors and bug fixes
This commit is contained in:
@@ -368,7 +368,7 @@ bool FRME::Extract(const SpecBase &dataSpec,
|
||||
for (const FRME::Widget& w : frme.widgets)
|
||||
{
|
||||
os << "binding = None\n"
|
||||
"angle = Quaternion((0.0, 0.0, 0.0), 0)\n";
|
||||
"angle = Quaternion((1.0, 0.0, 0.0), 0)\n";
|
||||
if (w.type == SBIG('CAMR'))
|
||||
{
|
||||
using CAMRInfo = Widget::CAMRInfo;
|
||||
|
||||
Reference in New Issue
Block a user