Skip to content

Commit

Permalink
feat: clean code
Browse files Browse the repository at this point in the history
  • Loading branch information
闫茂源 committed Apr 19, 2024
1 parent b13f4e3 commit 3050322
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
import com.jme3.scene.*;
import io.github.jmecn.tiled.core.*;
import io.github.jmecn.tiled.enums.DrawOrder;
import io.github.jmecn.tiled.enums.Orientation;
import io.github.jmecn.tiled.math2d.Point;
import io.github.jmecn.tiled.render.shape.Rect;
import io.github.jmecn.tiled.render.shape.TileMesh;
Expand All @@ -36,7 +35,7 @@
* tile and every object. Now I choose XOZ plane, it's much easier to do the
* math.
*
* The Point(x,y) in Tiled now converted to Vector3f(x, 0, y).
* <p>The Point(x,y) in Tiled now converted to Vector3f(x, 0, y).</p>
*
* <pre>
* O------- X
Expand All @@ -47,7 +46,6 @@
* </pre>
*
* @author yanmaoyuan
*
*/
public abstract class MapRenderer {

Expand Down

0 comments on commit 3050322

Please sign in to comment.