mirror of
https://github.com/edubart/otclient.git
synced 2026-01-15 10:21:28 +01:00
fix death issues, improve text messages
This commit is contained in:
@@ -261,7 +261,7 @@ public:
|
||||
return tmp;
|
||||
}
|
||||
|
||||
void bound(const TRect<T> &r) {
|
||||
void bind(const TRect<T> &r) {
|
||||
if(isNull() || r.isNull())
|
||||
return;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user