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(){
|
||||
return new Point(
|
||||
1920,
|
||||
1080
|
||||
getInt( KEY_WINDOW_WIDTH, 800, 720, Integer.MAX_VALUE ),
|
||||
getInt( KEY_WINDOW_HEIGHT, 600, 400, Integer.MAX_VALUE )
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user