docs(renderer): fix stale comment

This commit is contained in:
Benno Fünfstück 2017-12-21 23:04:08 +01:00 committed by Patrick Ziegler
parent e4b0a5445f
commit 66cf9b8b99

View File

@ -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();