diff options
Diffstat (limited to 'Source/Core/VideoCommon/CPUCull.cpp')
| -rw-r--r-- | Source/Core/VideoCommon/CPUCull.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/VideoCommon/CPUCull.cpp b/Source/Core/VideoCommon/CPUCull.cpp index 8158e23a7e..2ef0881011 100644 --- a/Source/Core/VideoCommon/CPUCull.cpp +++ b/Source/Core/VideoCommon/CPUCull.cpp @@ -153,7 +153,7 @@ bool CPUCull::AreAllVerticesCulled(VertexLoaderBase* loader, OpcodeDecoder::Prim Common::AllocateAlignedMemory(new_size * sizeof(TransformedVertex), 32))); } - // transform functions need the projection matrix to tranform to clip space + // transform functions need the projection matrix to transform to clip space auto& system = Core::System::GetInstance(); system.GetVertexShaderManager().SetProjectionMatrix(system.GetXFStateManager()); |
