diff --git a/testing/tests/graphics.lua b/testing/tests/graphics.lua index 70a5f51d8..d595aa2b4 100644 --- a/testing/tests/graphics.lua +++ b/testing/tests/graphics.lua @@ -91,7 +91,8 @@ love.test.graphics.Canvas = function(test) -- check depth samples local dcanvas = love.graphics.newCanvas(100, 100, { type = '2d', - format = 'depth16' + format = 'depth16', + readable = true }) test:assertEquals(nil, dcanvas:getDepthSampleMode(), 'check depth sample mode nil by def') dcanvas:setDepthSampleMode('equal')