mirror of
https://github.com/love2d/love.git
synced 2026-08-12 08:30:56 +02:00
tests: fix love.graphics.setDepthMode test
This commit is contained in:
+1
-1
@@ -36,7 +36,7 @@ love.load = function(args)
|
||||
|
||||
-- setup basic img to display
|
||||
if love.window ~= nil then
|
||||
love.window.setMode(360, 240, {
|
||||
love.window.updateMode(360, 240, {
|
||||
fullscreen = false,
|
||||
resizable = true,
|
||||
centered = true
|
||||
|
||||
Reference in New Issue
Block a user