Skip to content
Snippets Groups Projects
Commit dbeb322f authored by Zeno-'s avatar Zeno- Committed by GitHub
Browse files

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
parent 4bf4154c
No related branches found
No related tags found
No related merge requests found
......@@ -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();
......
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