mirror of
https://bitbucket.org/mfeemster/fractorium.git
synced 2025-02-01 18:40:12 -05:00
Fixing Poincare translation name of the params
This commit is contained in:
parent
ab77b6e1a3
commit
9c21e87fe1
@ -243,7 +243,9 @@ XmlToEmber<T>::XmlToEmber()
|
|||||||
{ "sin_y_amplitude", "unicorngaloshen_sin_y_amplitude" },
|
{ "sin_y_amplitude", "unicorngaloshen_sin_y_amplitude" },
|
||||||
{ "sin_y_freq", "unicorngaloshen_sin_y_freq" },
|
{ "sin_y_freq", "unicorngaloshen_sin_y_freq" },
|
||||||
{ "mode", "unicorngaloshen_mode" },
|
{ "mode", "unicorngaloshen_mode" },
|
||||||
{ "d_spher_weight", "d_spherical_weight" }
|
{ "d_spher_weight", "d_spherical_weight" },
|
||||||
|
{ "poincare_p", "poincare2_p" },
|
||||||
|
{ "poincare_q", "poincare2_q" }
|
||||||
};
|
};
|
||||||
m_FlattenNames =
|
m_FlattenNames =
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user