Updated changelog for changes which aren't in the minor branch

This commit is contained in:
Alex Szpakowski
2014-06-14 16:58:24 -03:00
parent aa882cbcbc
commit d2450d5f2e
2 changed files with 31 additions and 2 deletions
-2
View File
@@ -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()