Fix window orientation auto in AIR template (resolve #1365)

This commit is contained in:
Joshua Granick
2019-12-26 10:48:42 -08:00
parent ea57f2211c
commit e5bc493375

View File

@@ -1100,8 +1100,8 @@ class HXProject extends Script
}
else
{
context.WIN_ORIENTATION = "";
context.WINDOW_ORIENTATION = "";
context.WIN_ORIENTATION = "auto";
context.WINDOW_ORIENTATION = "auto";
}
context.windows = windows;