console options

This commit is contained in:
Eduardo Bart
2012-01-08 21:28:49 -02:00
parent fdc9087870
commit 90900e44a7
6 changed files with 50 additions and 16 deletions

View File

@@ -257,7 +257,7 @@ public:
return tmp;
}
void bound(const TRect<T> &r, bool resize = false) {
void bound(const TRect<T> &r) {
if(isNull() || r.isNull())
return;