Skip to content

Commit

Permalink
Update canvas.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
3dDeters committed Jul 3, 2016
1 parent 95bbc6f commit a7461a9
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 ( $pref::iOS::DeviceType !$= "" )
{
%resolution = $iOSwidth SPC $iOSheight SPC 32;
%resolution = $iOSwidth SPC $iOSheight SPC "32";
}
else if ($platform $= "Android")
{
Expand Down

0 comments on commit a7461a9

Please sign in to comment.