diff options
author | Sven Gothel <sgothel@jausoft.com> | 2023-03-06 02:19:27 +0100 |
---|---|---|
committer | Sven Gothel <sgothel@jausoft.com> | 2023-03-06 02:19:27 +0100 |
commit | 874a49592e5233722fb8e455aa741c351f1c50a2 (patch) | |
tree | ef3430e7daabb7cd354aa1e54824a077766aa523 /src/jogl/classes/com/jogamp/opengl/util/GLArrayDataWrapper.java | |
parent | f12043cbb8c7b5ea20937dbe6799ca5e635019d0 (diff) |
GLArrayData*: Minor edits: API doc, space and year-range
Diffstat (limited to 'src/jogl/classes/com/jogamp/opengl/util/GLArrayDataWrapper.java')
-rw-r--r-- | src/jogl/classes/com/jogamp/opengl/util/GLArrayDataWrapper.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/jogl/classes/com/jogamp/opengl/util/GLArrayDataWrapper.java b/src/jogl/classes/com/jogamp/opengl/util/GLArrayDataWrapper.java index 13c3144fb..699a0be0d 100644 --- a/src/jogl/classes/com/jogamp/opengl/util/GLArrayDataWrapper.java +++ b/src/jogl/classes/com/jogamp/opengl/util/GLArrayDataWrapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 JogAmp Community. All rights reserved. + * Copyright 2010-2023 JogAmp Community. All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, are * permitted provided that the following conditions are met: @@ -357,7 +357,7 @@ public class GLArrayDataWrapper implements GLArrayData { * * @see #setVBOEnabled(boolean) */ - public void setVBOName(final int vboName) { + public void setVBOName(final int vboName) { this.vboName=vboName; setVBOEnabled(0!=vboName); } |