Skip to content

Commit

Permalink
Fix texture tear issue
Browse files Browse the repository at this point in the history
  • Loading branch information
RealBadAngel authored and est31 committed Jan 23, 2016
1 parent e50c784 commit 52eea79
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/client/clientlauncher.cpp
Expand Up @@ -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 +
Expand Down

0 comments on commit 52eea79

Please sign in to comment.