Fix window orientation auto in AIR template (resolve #1365)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user