Forgot to invert upload

Signed-off-by: Herbert Wolverson <herberticus@gmail.com>
This commit is contained in:
Herbert Wolverson 2023-01-05 20:17:41 +00:00
parent d8bffa2137
commit e3c7245838

View File

@ -166,8 +166,8 @@
y2.push(0);
}
if (data.history[j][1] != "None") {
y3.push(data.history[j][1].Cake.tins[i].drops);
y4.push(data.history[j][1].Cake.tins[i].marks);
y3.push(0.0 - data.history[j][1].Cake.tins[i].drops);
y4.push(0.0 - data.history[j][1].Cake.tins[i].marks);
} else {
y3.push(0);
y4.push(0);