Skip to content
Snippets Groups Projects
Commit 52eea799 authored by RealBadAngel's avatar RealBadAngel Committed by est31
Browse files

Fix texture tear issue

parent e50c784e
No related branches found
No related tags found
No related merge requests found
......@@ -544,6 +544,7 @@ bool ClientLauncher::create_engine_device()
params.Vsync = vsync;
params.EventReceiver = receiver;
params.HighPrecisionFPU = g_settings->getBool("high_precision_fpu");
params.ZBufferBits = 24;
#ifdef __ANDROID__
params.PrivateData = porting::app_global;
params.OGLES2ShaderPath = std::string(porting::path_user + DIR_DELIM +
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment