From 51771906cedf9452a4db15057592be36329a35e5 Mon Sep 17 00:00:00 2001 From: CatChow0 Date: Thu, 25 Apr 2024 11:02:24 +0200 Subject: [PATCH] Patch update - Replace terrain --- enginecustom/applicationclass.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/enginecustom/applicationclass.cpp b/enginecustom/applicationclass.cpp index 2514797..7fba29b 100644 --- a/enginecustom/applicationclass.cpp +++ b/enginecustom/applicationclass.cpp @@ -1523,7 +1523,7 @@ void ApplicationClass::GenerateTerrain() newTerrain->SetScaleMatrix(scaleMatrix); - newTerrain->SetTranslateMatrix(XMMatrixTranslation(i / 2 * (scaleX * 2), -10.0f, j * (scaleZ * 2))); + newTerrain->SetTranslateMatrix(XMMatrixTranslation(i / 2 * (scaleX * 2), -12.0f, j * (scaleZ * 2))); newTerrain->SetName(filenameWithoutExtension);