Fixed more bugs 🆒 🆒

This commit is contained in:
unsettledgames
2020-03-15 17:11:00 +01:00
parent 7dec2f1490
commit ab0b3e81e3
4 changed files with 20 additions and 10 deletions

View File

@ -71,10 +71,10 @@ function endRectSelection(mouseEvent) {
// Selecting the move tool
currentTool = 'moveselection';
currentToolTemp = currentTool;
originalDataPosition = [startX, startY];
// Updating the cursor
updateCursor();
//currentLayer.context.putImageData(imageData, startX, startY);
}
function drawRect(x, y) {