Minor - Add Assets And Support Dual Screen
This commit is contained in:
@@ -22,7 +22,7 @@ namespace script
|
||||
{
|
||||
Screen.orientation = ScreenOrientation.LandscapeLeft;
|
||||
var refreshRate = Screen.currentResolution.refreshRateRatio.numerator;
|
||||
Application.targetFrameRate = 10000; //(int)refreshRate;
|
||||
Application.targetFrameRate = (int)refreshRate;
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user