mirror of
https://github.com/love2d/love.git
synced 2026-08-12 08:30:56 +02:00
removed comment
This commit is contained in:
@@ -55,7 +55,7 @@ end
|
||||
function graphics.stencil(func, action, value, keepvalues)
|
||||
love.markDeprecated(2, "love.graphics.stencil", "function", "replaced", "love.graphics.setStencilMode or setStencilState")
|
||||
|
||||
action = action or "replace" -- make compatible with 11.x by giving default value --
|
||||
if action == nil then action = "replace" end
|
||||
|
||||
if not keepvalues then
|
||||
graphics.clear(false, true, false)
|
||||
|
||||
Reference in New Issue
Block a user