--Bug fixes

-Parsing parameters of the oscilloscope variation in a .chaos file was failing.
This commit is contained in:
Person 2019-05-15 20:07:00 -07:00
parent 5e662714d2
commit 70eaeffbf8

View File

@ -198,6 +198,10 @@ XmlToEmber<T>::XmlToEmber()
{ "osco2_amplitude", "oscilloscope2_amplitude" }, { "osco2_amplitude", "oscilloscope2_amplitude" },
{ "osco2_perturbation", "oscilloscope2_perturbation" }, { "osco2_perturbation", "oscilloscope2_perturbation" },
{ "osco2_damping", "oscilloscope2_damping" }, { "osco2_damping", "oscilloscope2_damping" },
{ "oscope_separation", "oscilloscope_separation" },
{ "oscope_frequency", "oscilloscope_frequency" },
{ "oscope_amplitude", "oscilloscope_amplitude" },
{ "oscope_damping", "oscilloscope_damping" },
{ "power", "scry2_power" }, { "power", "scry2_power" },
{ "faber_w_angle", "w_angle" }, { "faber_w_angle", "w_angle" },
{ "faber_w_hypergon", "w_hypergon" }, { "faber_w_hypergon", "w_hypergon" },