Update test code

This commit is contained in:
Abdelrahman Said 2024-01-24 22:44:20 +00:00
parent 04855478fd
commit a58a315d48

View File

@ -77,8 +77,8 @@ i32 run_main_loop(void) {
i32 toolbox_button_x = (toolbox->width - BUTTON_WIDTH) / 2; i32 toolbox_button_x = (toolbox->width - BUTTON_WIDTH) / 2;
line ln = (line){ line ln = (line){
(point){20, 40}, (point){80, 100},
(point){60, 200}, (point){120, 300},
}; };
while (comp.running) { while (comp.running) {