more globalWarningStream() globalErrorStream() use

This commit is contained in:
Garux
2018-03-21 04:12:06 +03:00
parent b1e2f26124
commit cf580963c2
28 changed files with 83 additions and 83 deletions

View File

@@ -1438,7 +1438,7 @@ void LoadShaderFile( const char* filename ){
}
else
{
globalOutputStream() << "Unable to read shaderfile " << filename << "\n";
globalWarningStream() << "Unable to read shaderfile " << filename << "\n";
}
}
@@ -1462,7 +1462,7 @@ void loadGuideFile( const char* filename ){
}
else
{
globalOutputStream() << "Unable to read guide file " << fullname.c_str() << "\n";
globalWarningStream() << "Unable to read guide file " << fullname.c_str() << "\n";
}
}