mirror of
https://github.com/love2d/love.git
synced 2026-08-14 01:20:56 +02:00
Renamed love.window.setTitle back to love.window.setCaption
Previous rename was unnecessary
This commit is contained in:
@@ -363,7 +363,7 @@ function love.init()
|
||||
else
|
||||
error("Could not set screen mode")
|
||||
end
|
||||
love.window.setTitle(c.title)
|
||||
love.window.setCaption(c.title)
|
||||
end
|
||||
|
||||
-- Console hack
|
||||
|
||||
Reference in New Issue
Block a user