mirror of
https://github.com/love2d/love.git
synced 2026-08-15 15:51:12 +02:00
Updated changelog for changes which aren't in the minor branch
This commit is contained in:
@@ -44,8 +44,6 @@ Window::Window()
|
||||
{
|
||||
if (SDL_InitSubSystem(SDL_INIT_VIDEO) < 0)
|
||||
throw love::Exception("%s", SDL_GetError());
|
||||
|
||||
printf("DISPLAY: %s\n", SDL_GetDisplayName(0));
|
||||
}
|
||||
|
||||
Window::~Window()
|
||||
|
||||
Reference in New Issue
Block a user