summaryrefslogtreecommitdiffhomepage
path: root/examples/text/text_input_box.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/text/text_input_box.c')
-rw-r--r--examples/text/text_input_box.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/text/text_input_box.c b/examples/text/text_input_box.c
index a2e2adfe..408a234b 100644
--- a/examples/text/text_input_box.c
+++ b/examples/text/text_input_box.c
@@ -58,7 +58,7 @@ int main(void)
name[letterCount] = (char)key;
letterCount++;
}
-
+
key = GetCharPressed(); // Check next character in the queue
}