From 7150417d39ba177e21e2b00d0031f3801e92a657 Mon Sep 17 00:00:00 2001 From: CaptainSegis Date: Thu, 8 Dec 2016 09:04:12 -0500 Subject: [PATCH] Fixed the Fix of the fix --- 2.5DHero/2.5DHero/Entites/Enviroment/Water.vb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2.5DHero/2.5DHero/Entites/Enviroment/Water.vb b/2.5DHero/2.5DHero/Entites/Enviroment/Water.vb index 00034e7a6..5a4174bc2 100644 --- a/2.5DHero/2.5DHero/Entites/Enviroment/Water.vb +++ b/2.5DHero/2.5DHero/Entites/Enviroment/Water.vb @@ -154,7 +154,7 @@ End Sub Protected Overrides Function CalculateCameraDistance(CPosition As Vector3) as Single - Return MyBase.CalculateCameraDistance(CPosition) + Return MyBase.CalculateCameraDistance(CPosition) - 0.2F End Function Public Overrides Sub UpdateEntity()