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.
1 parent f15f3ed commit 1e84bb3Copy full SHA for 1e84bb3
jme3-lwjgl/src/main/java/com/jme3/system/lwjgl/LwjglContext.java
@@ -1,5 +1,5 @@
1
/*
2
- * Copyright (c) 2009-2020 jMonkeyEngine
+ * Copyright (c) 2009-2021 jMonkeyEngine
3
* All rights reserved.
4
*
5
* Redistribution and use in source and binary forms, with or without
@@ -252,7 +252,7 @@ protected int getNumSamplesToUse() {
252
}
253
254
/**
255
- * Reinitializes the relevent details of the context. For internal use only.
+ * Reinitializes the relevant details of the context. For internal use only.
256
*/
257
protected void reinitContext() {
258
initContext(false);
0 commit comments