From 5f9fd010e1350a394b88fe3bf1798c7ad6ac14f2 Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Sat, 23 Mar 2024 21:41:00 -0400 Subject: [PATCH] Fix --- commands/edit-face/danny-devito.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/edit-face/danny-devito.js b/commands/edit-face/danny-devito.js index c5f1f24f..c5b0d118 100644 --- a/commands/edit-face/danny-devito.js +++ b/commands/edit-face/danny-devito.js @@ -48,7 +48,7 @@ module.exports = class DannyDevitoCommand extends Command { ctx.drawImage( danny, face.box.xMin - (face.box.width * 0.2), - face.box.yMin - (height / 2) - (height * 0.2), + face.box.yMin - (height / 2) - (height * 0.1), face.box.width * 1.25, height * 1.25 );