Add missing semicolon in shader definition (Closes: #203)

pull/432/head 1.6.2-beta1
Hleb Valoshka 2019-01-16 23:29:20 +03:00
parent 5350dfc8a1
commit 519f124b73
1 changed files with 1 additions and 1 deletions

View File

@ -1612,7 +1612,7 @@ ShaderManager::buildFragmentShader(const ShaderProperties& props)
if (props.nLights == 0)
{
source += "0.0f\n";
source += "0.0f;\n";
}
else
{