From 958a25e0af224685d04e6497a51427f96693c2df Mon Sep 17 00:00:00 2001 From: Alex Szpakowski Date: Fri, 21 Jun 2013 06:02:09 -0300 Subject: [PATCH] Flipped the loading order of the graphics and window modules (first window, then graphics) --- src/scripts/boot.lua | 2 +- src/scripts/boot.lua.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/scripts/boot.lua b/src/scripts/boot.lua index 32827e4d4..2be076eb3 100644 --- a/src/scripts/boot.lua +++ b/src/scripts/boot.lua @@ -333,8 +333,8 @@ function love.init() "audio", "image", "font", - "graphics", "window", + "graphics", "math", "physics", } do diff --git a/src/scripts/boot.lua.h b/src/scripts/boot.lua.h index eb54ea953..d14838210 100644 --- a/src/scripts/boot.lua.h +++ b/src/scripts/boot.lua.h @@ -563,8 +563,8 @@ const unsigned char boot_lua[] = 0x09, 0x09, 0x22, 0x61, 0x75, 0x64, 0x69, 0x6f, 0x22, 0x2c, 0x0a, 0x09, 0x09, 0x22, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x22, 0x2c, 0x0a, 0x09, 0x09, 0x22, 0x66, 0x6f, 0x6e, 0x74, 0x22, 0x2c, 0x0a, - 0x09, 0x09, 0x22, 0x67, 0x72, 0x61, 0x70, 0x68, 0x69, 0x63, 0x73, 0x22, 0x2c, 0x0a, 0x09, 0x09, 0x22, 0x77, 0x69, 0x6e, 0x64, 0x6f, 0x77, 0x22, 0x2c, 0x0a, + 0x09, 0x09, 0x22, 0x67, 0x72, 0x61, 0x70, 0x68, 0x69, 0x63, 0x73, 0x22, 0x2c, 0x0a, 0x09, 0x09, 0x22, 0x6d, 0x61, 0x74, 0x68, 0x22, 0x2c, 0x0a, 0x09, 0x09, 0x22, 0x70, 0x68, 0x79, 0x73, 0x69, 0x63, 0x73, 0x22, 0x2c, 0x0a, 0x09, 0x7d, 0x20, 0x64, 0x6f, 0x0a,