Skip to content

Commit 25b6ac6

Browse files
committed
reorders table for consistency in pong-2
1 parent 28d19a4 commit 25b6ac6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pong-2/main.lua

+3-3
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@ function love.load()
4747

4848
-- initialize window with virtual resolution
4949
push:setupScreen(VIRTUAL_WIDTH, VIRTUAL_HEIGHT, WINDOW_WIDTH, WINDOW_HEIGHT, {
50-
vsync = true,
5150
fullscreen = false,
52-
resizable = false
51+
resizable = false,
52+
vsync = true
5353
})
5454
end
5555

@@ -96,4 +96,4 @@ function love.draw()
9696

9797
-- end rendering at virtual resolution
9898
push:apply('end')
99-
end
99+
end

0 commit comments

Comments
 (0)