Explorar o código

Renderer: solve a Javadoc warning

Stephen Gold %!s(int64=4) %!d(string=hai) anos
pai
achega
8075eeb58d
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      jme3-core/src/main/java/com/jme3/renderer/Renderer.java

+ 1 - 0
jme3-core/src/main/java/com/jme3/renderer/Renderer.java

@@ -262,6 +262,7 @@ public interface Renderer {
      *
      * @param unit the index of the texture unit (≥0)
      * @param tex the Texture to assign
+     * @throws TextureUnitException if the texture unit doesn't exist
      */
     public void setTexture(int unit, Texture tex)
             throws TextureUnitException;