v3.2.3: fixed window resolution setting always returning 1080p
This commit is contained in:
@@ -437,8 +437,8 @@ public class SPDSettings extends GameSettings {
|
|||||||
|
|
||||||
public static Point windowResolution(){
|
public static Point windowResolution(){
|
||||||
return new Point(
|
return new Point(
|
||||||
1920,
|
getInt( KEY_WINDOW_WIDTH, 800, 720, Integer.MAX_VALUE ),
|
||||||
1080
|
getInt( KEY_WINDOW_HEIGHT, 600, 400, Integer.MAX_VALUE )
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user