Skip to content

Commit c44d74b

Browse files
committed
AppSetting: "UseRetinaFrameBuffer" default -> false
1 parent 3bd6e7c commit c44d74b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jme3-core/src/main/java/com/jme3/system/AppSettings.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ public final class AppSettings extends HashMap<String, Object> {
290290
defaults.put("SwapBuffers", true);
291291
defaults.put("OpenCL", false);
292292
defaults.put("OpenCLPlatformChooser", DefaultPlatformChooser.class.getName());
293-
defaults.put("UseRetinaFrameBuffer", true);// MacOS spec
293+
defaults.put("UseRetinaFrameBuffer", false);
294294
defaults.put("WindowYPosition", 0);
295295
defaults.put("WindowXPosition", 0);
296296
// defaults.put("Icons", null);

0 commit comments

Comments
 (0)