No functional changes. Credit gcu

This merge doesn't make any functional changes. It's a trivial style fix so that @gregorycu can be dual credited along with shadowninja for PR #4800
This commit is contained in:
Zeno- 2016-11-23 01:23:34 +10:00 committed by GitHub
parent 4bf4154cad
commit dbeb322f62
1 changed files with 1 additions and 1 deletions

View File

@ -557,7 +557,7 @@ ShaderInfo generate_shader(std::string name, u8 material_type, u8 drawtype,
}
bool enable_shaders = g_settings->getBool("enable_shaders");
if(!enable_shaders)
if (!enable_shaders)
return shaderinfo;
video::IVideoDriver* driver = device->getVideoDriver();