mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-07 15:35:09 +00:00
fix minor typo in javadoc/comments
This commit is contained in:
parent
2c342e2da7
commit
ea5f8518ee
2 changed files with 2 additions and 2 deletions
|
|
@ -925,7 +925,7 @@ public class AppletLoader extends Applet implements Runnable, AppletStub {
|
|||
* Due to the way applets on plugin1 work, one jvm must
|
||||
* be used for all applets. We need to use multiple
|
||||
* classloaders in the same jvm due to LWJGL's static
|
||||
* nature. I order to solve this we simply remove the
|
||||
* nature. In order to solve this we simply remove the
|
||||
* natives from a previous classloader allowing a new
|
||||
* classloader to use those natives in the same jvm.
|
||||
*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue