mirror of
https://github.com/love2d/love.git
synced 2026-08-15 07:41:11 +02:00
Renamed all instances of 'ShaderEffect' (previously 'PixelEffect') to 'Shader'.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user