File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed
Assets/PatchKit Patcher/Scripts Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -13,11 +13,11 @@ public static float Value
13
13
{
14
14
float screenScale ;
15
15
float screenDpi = Screen . dpi ;
16
- if ( screenDpi >= 400 )
16
+ if ( screenDpi >= 392 )
17
17
{
18
18
screenScale = 4 ;
19
19
}
20
- else if ( screenDpi >= 200 )
20
+ else if ( screenDpi >= 196 )
21
21
{
22
22
screenScale = 2 ;
23
23
}
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ public static class Version
5
5
public const int Major = 3 ;
6
6
public const int Minor = 17 ;
7
7
public const int Patch = 9 ;
8
- public const int Hotfix = 0 ;
8
+ public const int Hotfix = 1 ;
9
9
10
10
public static string Value
11
11
{
Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
5
5
and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
6
6
7
+ ## [ 3.17.9.1]
8
+ ### Fixed
9
+ - Support for HDPI(change of thresholds)
10
+
7
11
## [ 3.17.9.0]
8
12
### Added
9
13
- Support HDPI for debug menu
You can’t perform that action at this time.
0 commit comments