fixed comment
This commit is contained in:
2
main.cpp
2
main.cpp
@ -48,7 +48,7 @@ void draw(sc::gui::Window& window) {
|
||||
cairo_set_source_rgb(cr, 0, 0, 0);
|
||||
cairo_fill(cr);
|
||||
|
||||
// light blue text
|
||||
// dark green text
|
||||
cairo_set_source_rgb(cr, 0.2, 0.5, 0);
|
||||
cairo_select_font_face(cr, "Helvetica", CAIRO_FONT_SLANT_NORMAL, CAIRO_FONT_WEIGHT_BOLD);
|
||||
cairo_set_font_size(cr, 42);
|
||||
|
Reference in New Issue
Block a user