Skip to content

Commit

Permalink
No functional changes. Credit gcu
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Zeno- committed Nov 22, 2016
1 parent 4bf4154 commit dbeb322
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shader.cpp
Expand Up @@ -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();
Expand Down

0 comments on commit dbeb322

Please sign in to comment.