Awww, that should have been 25
svn-id: r4892
This commit is contained in:
parent
79c1f284b7
commit
a2ab750f88
1 changed files with 1 additions and 1 deletions
|
@ -929,7 +929,7 @@ void OSystem_MorphOS::copy_rect(const byte *src, int pitch, int x, int y, int w,
|
|||
|
||||
bool OSystem_MorphOS::AddUpdateRect(WORD x, WORD y, WORD w, WORD h)
|
||||
{
|
||||
if (UpdateRects > 20)
|
||||
if (UpdateRects > 25)
|
||||
return false;
|
||||
|
||||
if (x < 0) { w+=x; x = 0; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue