mirror of
https://github.com/love2d/love.git
synced 2026-08-12 08:30:56 +02:00
Fix typo
This commit is contained in:
@@ -256,7 +256,7 @@ function love.init()
|
||||
love.markDeprecated(2, "t.gammacorrect in love.conf", "field", "replaced", "t.graphics.gammacorrect")
|
||||
gammacorrect = c.gammacorrect
|
||||
end
|
||||
love._setGammaCorrect(c.gammacorrect)
|
||||
love._setGammaCorrect(gammacorrect)
|
||||
end
|
||||
|
||||
if love._setRenderers then
|
||||
|
||||
Reference in New Issue
Block a user