diff -r f726e36c3e24 -r 7e40820b7ed6 hedgewars/uWorld.pas --- a/hedgewars/uWorld.pas Sat Jun 14 07:12:22 2014 +0200 +++ b/hedgewars/uWorld.pas Sat Jun 14 15:49:44 2014 +0200 @@ -1854,6 +1854,16 @@ end end; +// debug stuff +if cViewLimitsDebug then + begin + r.x:= ViewLeftX; + r.y:= ViewTopY; + r.w:= ViewWidth; + r.h:= ViewHeight; + DrawRect(r, 255, 0, 0, 128, false); + end; + isFirstFrame:= false end;