From 14daceaabd9cf69b256040de8e42edef829c6e7f Mon Sep 17 00:00:00 2001 From: "nor..67" Date: Sun, 15 Jan 2012 03:50:15 +0000 Subject: [PATCH] - TextureAtlas javadoc fixes git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9046 75d07b2b-3a1a-0410-a2c5-0572b91ccdca --- engine/src/tools/jme3tools/optimize/TextureAtlas.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/engine/src/tools/jme3tools/optimize/TextureAtlas.java b/engine/src/tools/jme3tools/optimize/TextureAtlas.java index d43267754..d846f8265 100644 --- a/engine/src/tools/jme3tools/optimize/TextureAtlas.java +++ b/engine/src/tools/jme3tools/optimize/TextureAtlas.java @@ -269,8 +269,8 @@ public class TextureAtlas { } /** - * Applies the texture coordinates to the given geometry - * if its DiffuseMap or ColorMap exists in the atlas. + * Applies the texture coordinates to the given output mesh + * if the DiffuseMap or ColorMap of the input geometry exist in the atlas. * @param geom The geometry to change the texture coordinate buffer on. * @param offset Target buffer offset * @param outMesh The mesh to set the coords in (can be same as input)