From ada8f19685b394032a3096b7d0d3f89e43131cde Mon Sep 17 00:00:00 2001 From: ManDude <7569514+ManDude@users.noreply.github.com> Date: Mon, 16 Aug 2021 07:48:41 +0100 Subject: [PATCH] Update pc-pad-utils.gc --- goal_src/pc_debug/pc-pad-utils.gc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/goal_src/pc_debug/pc-pad-utils.gc b/goal_src/pc_debug/pc-pad-utils.gc index 9e0b3e8e65..fd71c0dcb8 100644 --- a/goal_src/pc_debug/pc-pad-utils.gc +++ b/goal_src/pc_debug/pc-pad-utils.gc @@ -116,7 +116,7 @@ (with-dma-buffer-add-bucket ((buf (current-display-frame debug-buf)) (current-display-frame bucket-group) (bucket-id debug-draw1)) - (draw-string-xy (string-format "MAPPED ~D FOR ~S!" + (draw-string-xy (string-format "MAPPED ~D TO ~S!" (pc-pad-input-key-get) (-> *pc-pad-button-names* (1- (-> self input-index)))) buf 256 96 (font-color green) (font-flags shadow kerning large middle)) )