summaryrefslogtreecommitdiff
path: root/src/guichan/rectangle.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/guichan/rectangle.cpp')
-rw-r--r--src/guichan/rectangle.cpp2
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)
{