Skip to content

Commit

Permalink
Bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
konect-V committed Sep 22, 2024
1 parent ab6b2fa commit 53a29dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sources/core/apps/text-reader/source/core/core.c
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ int load_text_file(char* path){
uint32_t get_buffer_height(){
char* c = &text_buffer[text_index_start];
uint32_t cx_pos = 0;
uint32_t cy_pos = 0;
uint32_t cy_pos = FONT_HEIGHT;

uint32_t col_count = 0;
uint32_t row_count = 0;
Expand Down

0 comments on commit 53a29dd

Please sign in to comment.