Skip to content

Commit 7df2bee

Browse files
committed
J3MLoader: solve unexpected end tag in javadoc
1 parent dcabacb commit 7df2bee

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

jme3-core/src/plugins/java/com/jme3/material/plugins/J3MLoader.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -842,11 +842,11 @@ protected void initNodesLoader() {
842842
* the path to the texture in the .j3m file.
843843
* <p>
844844
* <b>Example:</b>
845-
* <pre>
846-
* DiffuseMap: MinTrilinear MagBilinear WrapRepeat_S "some/path/to a/texture.png"
847-
* </pre>
848-
* This would apply a minification filter of "Trilinear", a magnification filter of "Bilinear" and set the wrap mode to "Repeat".
849845
* </p>
846+
* <pre>
847+
* DiffuseMap: MinTrilinear MagBilinear WrapRepeat_S "some/path/to a/texture.png"
848+
* </pre>
849+
* This would apply a minification filter of "Trilinear", a magnification filter of "Bilinear" and set the wrap mode to "Repeat".
850850
* <p>
851851
* <b>Note:</b> If several filters of the same type are added, eg. MinTrilinear MinNearestLinearMipMap, the last one will win.
852852
* </p>

0 commit comments

Comments
 (0)