File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
jme3-core/src/main/java/com/jme3/app Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright (c) 2009-2021 jMonkeyEngine
2
+ * Copyright (c) 2009-2023 jMonkeyEngine
3
3
* All rights reserved.
4
4
*
5
5
* Redistribution and use in source and binary forms, with or without
@@ -169,13 +169,15 @@ public interface Application {
169
169
170
170
/**
171
171
* Starts the application.
172
- * A bug occurring when using LWJGL3 prevents this method from returning until after the application is stopped.
172
+ * A bug occurring when using LWJGL3 prevents this method from
173
+ * returning until after the application is stopped on macOS.
173
174
*/
174
175
public void start ();
175
176
176
177
/**
177
178
* Starts the application.
178
- * A bug occurring when using LWJGL3 prevents this method from returning until after the application is stopped.
179
+ * A bug occurring when using LWJGL3 prevents this method from
180
+ * returning until after the application is stopped on macOS.
179
181
*
180
182
* @param waitFor true→wait for the context to be initialized,
181
183
* false→don't wait
You can’t perform that action at this time.
0 commit comments