Merge pull request #268 from alebianco/master

[html5] Honour the requested width and height
This commit is contained in:
Joshua Granick
2014-11-20 08:28:26 -08:00

View File

@@ -74,6 +74,8 @@ class System {
#if tools
ApplicationMain.config.background = color;
ApplicationMain.config.element = element;
ApplicationMain.config.width = width;
ApplicationMain.config.height = height;
ApplicationMain.create ();
#end