change color

This commit is contained in:
NishiOwO 2025-04-03 22:21:29 +09:00
parent f2c53a838d
commit b734e42c5c
No known key found for this signature in database
GPG Key ID: 27EF69B208EB9343

View File

@ -105,7 +105,7 @@ void nb_draw_driver_init(nb_draw_t* draw) {
}
nb_function_log("Registered %d glyphs", sizeof(nb_font) / sizeof(nb_font[0]));
glClearColor(0.5, 0.5, 0.5, 1);
glClearColor(0, 0, 0, 1);
draw->driver->quadric = gluNewQuadric();
}