Skip to content
This repository has been archived by the owner on May 12, 2024. It is now read-only.

Commit

Permalink
Update wm.c
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinAlavik authored Feb 24, 2024
1 parent 7b19ddd commit 7b81b76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/system/wm/wm.c
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ void init_wm() {
vfs_op_status ss = driver_read(vfs, 0x00000000, "/root/IMG_3930.tga", &img);

if (ss == STATUS_OK) {
draw_targa_image(img, 4096, 0, 0);
draw_targa_image(img, 2000000, 0, 0);
}

}

0 comments on commit 7b81b76

Please sign in to comment.