You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
Changed warning message for android landscape device detection so it was more correct.
[CL 2071796 by Daniel Lamb in Main branch]
This commit is contained in:
@@ -172,7 +172,7 @@ public class GameActivity extends NativeActivity implements GoogleApiClient.Conn
|
||||
|
||||
if ( getDeviceDefaultOrientation() == Configuration.ORIENTATION_LANDSCAPE )
|
||||
{
|
||||
Log.debug( "Setting screen orientation to landscape because it's a Sheild" );
|
||||
Log.debug( "Setting screen orientation to landscape because we have detected landscape device" );
|
||||
_activity.setRequestedOrientation( android.content.pm.ActivityInfo.SCREEN_ORIENTATION_LANDSCAPE );
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user