summaryrefslogtreecommitdiffhomepage
path: root/src/layout_editor.c
diff options
context:
space:
mode:
authorAdam Malczewski <[email protected]>2026-06-27 22:03:59 +0900
committerAdam Malczewski <[email protected]>2026-06-27 22:03:59 +0900
commit831747ddb5886364707b696ac38cce8da333f15d (patch)
tree1b3c983c2b9964d55adec16e2e3a78190fbedbbe /src/layout_editor.c
parentb0534c0b53fc116521245c14b05d0120a1cded89 (diff)
downloadstudy-player-V1.tar.gz
study-player-V1.zip
V1: preserve pre-refactor state (single-file main.c + harness docs)V1
Diffstat (limited to 'src/layout_editor.c')
-rw-r--r--src/layout_editor.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/layout_editor.c b/src/layout_editor.c
index e2d7aee..0a40c59 100644
--- a/src/layout_editor.c
+++ b/src/layout_editor.c
@@ -71,7 +71,7 @@ void layout_editor_draw(const char *exePath, UILayout *layout)
}
}
- /* 5: Smart play button (HOLD) */
+ /* 5: Smart play button (Play) */
{
Rectangle r = { layout->smartPlayX,
layout->smartPlayY, 200.0f, 80.0f };
@@ -250,7 +250,7 @@ void layout_editor_draw(const char *exePath, UILayout *layout)
Color f = (dragIndex == 5) ? highlightColor : fillColor;
Rectangle r = { layout->smartPlayX,
layout->smartPlayY, 200.0f, 80.0f };
- draw_label("HOLD", r, f, borderColor);
+ draw_label("Play", r, f, borderColor);
}
/* --- 6: Section nav buttons --- */