docs(renderer): fix stale comment
This commit is contained in:
parent
e4b0a5445f
commit
66cf9b8b99
@ -221,8 +221,8 @@ void renderer::begin(xcb_rectangle_t rect) {
|
||||
m_context->save();
|
||||
m_context->clear();
|
||||
|
||||
// Draw the background on the new layer to make up for
|
||||
// the areas not covered by the alignment blocks
|
||||
// Draw the background as base layer so that everything
|
||||
// else is drawn on top of it
|
||||
fill_background();
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user