mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-03-01 19:13:58 +01:00
fix: stop checking Hz
This commit is contained in:
parent
b10c34254e
commit
06da0d0017
|
|
@ -71,8 +71,7 @@ public class MouseCreationTest {
|
|||
for (int i = 0; i < modes.length; i++) {
|
||||
if (modes[i].width == 640
|
||||
&& modes[i].height == 480
|
||||
&& modes[i].bpp >= 16
|
||||
&& modes[i].freq == 60) {
|
||||
&& modes[i].bpp >= 16) {
|
||||
displayMode = modes[i];
|
||||
break;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue