This commit is contained in:
Sasha Szpakowski
2024-12-20 20:53:42 -04:00
parent b61b35d5fb
commit 285320ff75
+1 -1
View File
@@ -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