diff options
-rw-r--r-- | backends/morphos/morphos.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/morphos/morphos.cpp b/backends/morphos/morphos.cpp index 22390b634e..629b8079b8 100644 --- a/backends/morphos/morphos.cpp +++ b/backends/morphos/morphos.cpp @@ -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; } |