# HG changeset patch
# User sheepluva
# Date 1403042039 -7200
# Node ID 6f1f8515181c21aad2ec1dca3701ab333ab960e0
# Parent  863663e1b3fd86602dd81924c89a6aae58a8683c
fix typo that caused visual glitch in water body (e.g. visible on that particular screenie on bottom right corner)

diff -r 863663e1b3fd -r 6f1f8515181c hedgewars/uWorld.pas
--- a/hedgewars/uWorld.pas	Tue Jun 17 20:09:11 2014 +0200
+++ b/hedgewars/uWorld.pas	Tue Jun 17 23:53:59 2014 +0200
@@ -842,7 +842,7 @@
         begin
         VertexBuffer[0].X:= lx;
         VertexBuffer[0].Y:= topy;
-        VertexBuffer[1].X:= RightX;
+        VertexBuffer[1].X:= rx;
         VertexBuffer[1].Y:= topy;
         VertexBuffer[2].X:= ViewRightX;
         VertexBuffer[2].Y:= ViewBottomY;