Fix issue where you can't type the initial command

This commit is contained in:
Bill Rossi 2025-01-29 05:19:37 -05:00
parent 43f4fce5dd
commit 81275ea4e3

View File

@ -30,6 +30,7 @@ Game *game_create(void) {
Vector2 input_position = { 20, 400 };
Input *input = create_input(input_position);
input->log = log;
input->input_length = 0;
log->input = input;
input->g = g;
input->command = '>'; // Don't change this