Commit b94a79bf by doszhang

dos

parent 68cb8228
...@@ -1651,8 +1651,8 @@ ...@@ -1651,8 +1651,8 @@
if (ghostEl) { if (ghostEl) {
if (ghostMatrix) { if (ghostMatrix) {
ghostMatrix.e += dx - (lastDx || 0); ghostMatrix.e += 0;
ghostMatrix.f += 0; ghostMatrix.f += dy - (lastDy || 0);
} else { } else {
ghostMatrix = { ghostMatrix = {
a: 1, a: 1,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment