Browse Source

Merged in TannerRogalsky/love-pristine/update_comment_function_name (pull request #84)

function name has changed and comment is out of date

--HG--
branch : minor
Alex Szpakowski 8 years ago
parent
commit
d70fe5cb89
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/modules/graphics/wrap_Graphics.lua

+ 1 - 1
src/modules/graphics/wrap_Graphics.lua

@@ -200,7 +200,7 @@ GLSL.PIXEL = {
 	#endif
 	#endif
 #endif
 #endif
 
 
-// See Shader::checkSetScreenParams in Shader.cpp.
+// See Shader::updateScreenParams in Shader.cpp.
 #define love_PixelCoord (vec2(gl_FragCoord.x, (gl_FragCoord.y * love_ScreenSize.z) + love_ScreenSize.w))]],
 #define love_PixelCoord (vec2(gl_FragCoord.x, (gl_FragCoord.y * love_ScreenSize.z) + love_ScreenSize.w))]],
 
 
 	FUNCTIONS = [[
 	FUNCTIONS = [[