You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/main/java/ml/sakii/factoryisland/screens/SettingsGUI.java
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -249,7 +249,7 @@ public void componentShown( ComponentEvent e ) {
249
249
l7.setForeground(Color.WHITE);
250
250
add(l7);
251
251
252
-
JLabell8 = newJLabel("<html><body align='right'>Buffered rendering is recommended for small resolutions.<br>Volatile should be good for everything else</body></html>");
252
+
JLabell8 = newJLabel("<html><body align='right'>Buffered rendering is recommended only for small resolutions.<br>You cannot use the resolution slider in Direct mode.</body></html>");
0 commit comments