summarylogtreecommitdiffstats
path: root/font.patch
diff options
context:
space:
mode:
authorJoão Figueiredo2021-03-11 22:26:13 +0000
committerJoão Figueiredo2021-03-11 22:26:13 +0000
commita36cd4f323fd840c4849d1ff1420783d3c1f9f8d (patch)
tree5ec01e3ad381fbcb9ac8d5ee475618465ade7c19 /font.patch
downloadaur-chaos-equations-git.tar.gz
Initial commit
Diffstat (limited to 'font.patch')
-rw-r--r--font.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/font.patch b/font.patch
new file mode 100644
index 000000000000..3125a277140b
--- /dev/null
+++ b/font.patch
@@ -0,0 +1,15 @@
+--- a/Main.cpp 2021-03-01 21:39:08.883391639 +0000
++++ b/Main.cpp 2021-03-01 21:40:48.769454085 +0000
+@@ -122,9 +122,9 @@
+ static std::string MakeEquationStr(double *params) {
+ std::stringstream ss;
+ bool isFirst = true;
+- SIGN_OR_SKIP(0, "x\u00b2");
+- SIGN_OR_SKIP(1, "y\u00b2");
+- SIGN_OR_SKIP(2, "t\u00b2");
++ SIGN_OR_SKIP(0, "x^2");
++ SIGN_OR_SKIP(1, "y^2");
++ SIGN_OR_SKIP(2, "t^2");
+ SIGN_OR_SKIP(3, "xy");
+ SIGN_OR_SKIP(4, "xt");
+ SIGN_OR_SKIP(5, "yt");