mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-06 23:14:19 +00:00
*** empty log message ***
This commit is contained in:
parent
da8ecec8f8
commit
50326a73f7
16 changed files with 560 additions and 748 deletions
|
|
@ -140,6 +140,7 @@ public class FullScreenWindowedTest {
|
|||
}
|
||||
}
|
||||
}
|
||||
Display.resetDisplayMode();
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
@ -292,7 +293,7 @@ public class FullScreenWindowedTest {
|
|||
for (int i = 0; i < modes.length; i++) {
|
||||
if (modes[i].width == width
|
||||
&& modes[i].height == height
|
||||
&& modes[i].bpp >= bpp) {
|
||||
&& modes[i].bpp >= bpp && modes[i].freq <= 60) {
|
||||
return modes[i];
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue