diff options
Diffstat (limited to 'src/guichan/rectangle.cpp')
-rw-r--r-- | src/guichan/rectangle.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/guichan/rectangle.cpp b/src/guichan/rectangle.cpp index eb87bff50..165f94aab 100644 --- a/src/guichan/rectangle.cpp +++ b/src/guichan/rectangle.cpp @@ -90,7 +90,7 @@ namespace gcn if (x_ < 0) { width_ += x_; - x_ = 0; +// x_ = 0; } else if (x_ + width_ > rectangle.width) { |