diff options
author | Sebastian Geerken <devnull@localhost> | 2013-11-27 11:32:23 +0100 |
---|---|---|
committer | Sebastian Geerken <devnull@localhost> | 2013-11-27 11:32:23 +0100 |
commit | 83fce79180de7985ef99e727167c075fcbac29f5 (patch) | |
tree | baac6a96aa4d07be56dece042da16b85a6a59cec /dw | |
parent | 4028cb569e6b12b9c697fdc0a4fb9723e4d3a51a (diff) |
Background images are drawn instantly.
Diffstat (limited to 'dw')
-rw-r--r-- | dw/style.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dw/style.cc b/dw/style.cc index 685c3980..de9820eb 100644 --- a/dw/style.cc +++ b/dw/style.cc @@ -34,7 +34,7 @@ namespace dw { namespace core { namespace style { -const bool drawBackgroundLineByLine = true; +const bool drawBackgroundLineByLine = false; const int MIN_BG_IMG_W = 10; const int MIN_BG_IMG_H = 10; |