Commit 86f9002c by doszhang

dos

parent b94a79bf
...@@ -1651,7 +1651,8 @@ ...@@ -1651,7 +1651,8 @@
if (ghostEl) { if (ghostEl) {
if (ghostMatrix) { if (ghostMatrix) {
ghostMatrix.e += 0; ghostMatrix.e += 0; //doschange
// ghostMatrix.e += dx - (lastDx || 0);
ghostMatrix.f += dy - (lastDy || 0); ghostMatrix.f += dy - (lastDy || 0);
} else { } else {
ghostMatrix = { ghostMatrix = {
......
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