diff options
Diffstat (limited to 'Source/Core/VideoCommon/VertexShaderManager.cpp')
| -rw-r--r-- | Source/Core/VideoCommon/VertexShaderManager.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/VideoCommon/VertexShaderManager.cpp b/Source/Core/VideoCommon/VertexShaderManager.cpp index b09ff4d32a..2507acfbb7 100644 --- a/Source/Core/VideoCommon/VertexShaderManager.cpp +++ b/Source/Core/VideoCommon/VertexShaderManager.cpp @@ -53,7 +53,7 @@ static ProjectionHack g_ProjHack1; static ProjectionHack g_ProjHack2; } // Namespace -float PHackValue(std::string sValue) +static float PHackValue(std::string sValue) { float f = 0; bool fp = false; |
