mirror of
https://github.com/love2d/love.git
synced 2026-08-15 07:41:11 +02:00
Fixed love.window.setFullscreen to update the graphics viewport immediately instead of waiting for the next event polling
This commit is contained in:
@@ -278,7 +278,6 @@ function love.init()
|
||||
-- will NOT make it load, see below.
|
||||
local c = {
|
||||
title = "Untitled",
|
||||
author = "Unnamed",
|
||||
version = love._version,
|
||||
window = {
|
||||
width = 800,
|
||||
|
||||
Reference in New Issue
Block a user