Skip to content

Commit

Permalink
Forgot fclose
Browse files Browse the repository at this point in the history
  • Loading branch information
BSVino committed Aug 19, 2014
1 parent 8f5a34d commit 2d964cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions renderer/shaders.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,7 @@ void CShaderLibrary::WriteLog(const string& sFile, const char* pszLog, const cha
fprintf(fp, "%d: %s\n", i, asTokens[i].c_str());

fprintf(fp, "\n\n");
fclose(fp);
}

CShader* CShaderLibrary::GetShader(const string& sName)
Expand Down

0 comments on commit 2d964cb

Please sign in to comment.