mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-04 22:17:59 +00:00
Fix DisplayMode.equals
This commit is contained in:
parent
3fb960ead8
commit
a2680adb77
2 changed files with 1 additions and 2 deletions
|
|
@ -87,7 +87,7 @@ public final class DisplayMode {
|
|||
|
||||
DisplayMode dm = (DisplayMode) obj;
|
||||
return dm.width == width
|
||||
&& dm.height == dm.height
|
||||
&& dm.height == height
|
||||
&& dm.bpp == bpp
|
||||
&& dm.freq == freq;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue