fix typo that caused visual glitch in water body (e.g. visible on that particular screenie on bottom right corner)
authorsheepluva
Tue, 17 Jun 2014 23:53:59 +0200
changeset 10322 6f1f8515181c
parent 10321 863663e1b3fd
child 10323 72e6df962cb6
fix typo that caused visual glitch in water body (e.g. visible on that particular screenie on bottom right corner)
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;