Skip to content

Commit

Permalink
Update canvas.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
3dDeters committed Aug 24, 2016
1 parent 21a5b8c commit 3a26a19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/AppCore/1/scripts/canvas.cs
Expand Up @@ -46,7 +46,7 @@ function initializeCanvas(%windowName)

if ($platform $= "iOS")
{
%resolution = $iOSwidth SPC $iOSheight SPC "32";
%resolution = $pref::iOS::Width SPC $pref::iOS::Height SPC 32;
}
else if ($platform $= "Android")
{
Expand Down

0 comments on commit 3a26a19

Please sign in to comment.