We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 62e62aa + cbbae55 commit 6995e22Copy full SHA for 6995e22
jme3-lwjgl3/src/main/java/com/jme3/system/lwjgl/LwjglCanvas.java
@@ -1,5 +1,5 @@
1
/*
2
- * Copyright (c) 2009-2024 jMonkeyEngine
+ * Copyright (c) 2009-2025 jMonkeyEngine
3
* All rights reserved.
4
*
5
* Redistribution and use in source and binary forms, with or without
@@ -677,7 +677,7 @@ protected String getPrintContextInitInfo(GLData glData) {
677
sb.append('\n')
678
.append(" * Red Size: ").append(glData.redSize);
679
680
- .append(" * Rreen Size: ").append(glData.greenSize);
+ .append(" * Green Size: ").append(glData.greenSize);
681
682
.append(" * Blue Size: ").append(glData.blueSize);
683
0 commit comments