Reduce spasing aroung binary op

master
D4VID 3 weeks ago
parent f56effc197
commit 5faead9fc6

@ -179,7 +179,7 @@ pub fn binary_op(
},
);
next_position[2] += 5 * SQUARE;
next_position[2] += 4 * SQUARE;
return components;
}

Loading…
Cancel
Save