[html5] Honour the requested width and height requested

This commit is contained in:
Alessandro Bianco
2014-11-20 14:46:13 +00:00
parent 99deb4f516
commit 90f041c911

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