diff options
Diffstat (limited to 'src/gui/checkbox.cpp')
-rw-r--r-- | src/gui/checkbox.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/checkbox.cpp b/src/gui/checkbox.cpp index 4d348e98..aa6a665a 100644 --- a/src/gui/checkbox.cpp +++ b/src/gui/checkbox.cpp @@ -49,5 +49,5 @@ void CheckBox::drawBox(gcn::Graphics* graphics) { x += 2; y += 2; - masked_blit(box, gui_bitmap, 0, 0, x, y, box->w, box->h); + masked_blit(box, buffer, 0, 0, x, y, box->w, box->h); } |