Update raytracer window title
This commit is contained in:
parent
fc79cb1906
commit
3c21e2c471
@ -27,7 +27,7 @@ i32 main(i32 argc, char *argv[]) {
|
|||||||
|
|
||||||
window_t window = {0};
|
window_t window = {0};
|
||||||
|
|
||||||
if (!init_window(&window, 800, 800, "CG From Scratch")) {
|
if (!init_window(&window, 800, 800, "CG From Scratch Raytracer")) {
|
||||||
return EXIT_FAILURE;
|
return EXIT_FAILURE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user