Renamed all instances of 'ShaderEffect' (previously 'PixelEffect') to 'Shader'.

This commit is contained in:
Alexander Szpakowski
2013-01-16 07:21:41 -04:00
parent 331c883c77
commit e24d721381
20 changed files with 209 additions and 204 deletions
+1 -1
View File
@@ -760,7 +760,7 @@ function love.releaseerrhand(msg)
end
love.graphics.setCanvas()
love.graphics.setShaderEffect()
love.graphics.setShader()
-- Load.
if love.audio then love.audio.stop() end