diff options
Diffstat (limited to 'otk/texture.cc')
| -rw-r--r-- | otk/texture.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/otk/texture.cc b/otk/texture.cc index 7a651620..967878b7 100644 --- a/otk/texture.cc +++ b/otk/texture.cc @@ -158,8 +158,8 @@ Pixmap BTexture::render(const unsigned int width, const unsigned int height, const Pixmap old) { assert(texture() != BTexture::NoTexture); - if (texture() == (BTexture::Flat | BTexture::Solid)) - return None; +// if (texture() == (BTexture::Flat | BTexture::Solid)) +// return None; if (texture() == BTexture::Parent_Relative) return ParentRelative; |
