From c43446f355a3ba195586005124c926dc976e71ec Mon Sep 17 00:00:00 2001 From: Flyinghead Date: Tue, 4 Sep 2018 23:38:00 +0200 Subject: [PATCH] Initialize ExtraDepthScale for Android --- core/nullDC.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/core/nullDC.cpp b/core/nullDC.cpp index 624aa6fdc..7bd5d3aaf 100755 --- a/core/nullDC.cpp +++ b/core/nullDC.cpp @@ -323,6 +323,7 @@ void LoadSettings() #else // TODO Expose this with JNI settings.rend.Clipping = 1; + settings.rend.ExtraDepthScale = 1.f; #endif settings.pvr.HashLogFile = cfgLoadStr("testing", "ta.HashLogFile", "");