mirror of
https://github.com/love2d/love.git
synced 2026-08-15 07:41:11 +02:00
Renamed love.window.setCaption to love.window.setTitle (resolves issue #703)
This commit is contained in:
@@ -360,7 +360,7 @@ function love.init()
|
||||
else
|
||||
error("Could not set window mode")
|
||||
end
|
||||
love.window.setCaption(c.title)
|
||||
love.window.setTitle(c.window.title or c.title)
|
||||
end
|
||||
|
||||
-- Our first timestep, because window creation can take some time
|
||||
|
||||
Reference in New Issue
Block a user