We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f606217 commit bf0a5ebCopy full SHA for bf0a5eb
jme3-core/src/main/java/com/jme3/system/DisplayInfo.java
@@ -42,7 +42,7 @@
42
*/
43
public final class DisplayInfo {
44
45
- /** displayID - display id that was return from Lwjgl3. */
+ /** display - display id that was return from Lwjgl3. */
46
private long display;
47
48
/** width - width that was return from Lwjgl3. */
0 commit comments