mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-05 06:25:46 +00:00
Fix some straightforward Javadoc problems
This commit is contained in:
parent
50c0c30499
commit
fd726e545f
5 changed files with 10 additions and 10 deletions
|
|
@ -82,7 +82,7 @@ public final class ALCcontext {
|
|||
* @param contextFrequency Frequency to add
|
||||
* @param contextRefresh Refresh rate to add
|
||||
* @param contextSynchronized Whether to synchronize the context
|
||||
* @return
|
||||
* @return attribute list
|
||||
*/
|
||||
static IntBuffer createAttributeList(int contextFrequency, int contextRefresh, int contextSynchronized) {
|
||||
IntBuffer attribList = BufferUtils.createIntBuffer(7);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue