From 20e39190332a3b51d6680a9e8dc90eb54cefce72 Mon Sep 17 00:00:00 2001 From: Rodolfo Osvaldo Bogado Date: Sun, 13 Jun 2010 19:41:07 +0000 Subject: apply James333 patch to make dx9 plugin use wxwidgets. some other minor warning fixes. thanks to James333 nice patch :) git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@5679 8ced0084-cf51-0410-be5f-012b33b47a6e --- Source/Core/VideoCommon/Src/VertexShaderGen.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source/Core/VideoCommon') diff --git a/Source/Core/VideoCommon/Src/VertexShaderGen.cpp b/Source/Core/VideoCommon/Src/VertexShaderGen.cpp index 7562c26ced..7f43508b02 100644 --- a/Source/Core/VideoCommon/Src/VertexShaderGen.cpp +++ b/Source/Core/VideoCommon/Src/VertexShaderGen.cpp @@ -276,7 +276,7 @@ const char *GenerateVertexShaderCode(u32 components, API_TYPE api_type) if(color.enablelighting && alpha.enablelighting) { - // both have lighting, test if they use the same ligths + // both have lighting, test if they use the same lights int mask = 0; if(color.lightparams == alpha.lightparams) { -- cgit v1.2.3