Initialize ExtraDepthScale for Android

This commit is contained in:
Flyinghead 2018-09-04 23:38:00 +02:00
parent c1317cbad7
commit c43446f355
1 changed files with 1 additions and 0 deletions

View File

@ -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", "");