diff --git a/docs/src/progress/renderertodo.md b/docs/src/progress/renderertodo.md index 114cd8fd..9e9f612e 100644 --- a/docs/src/progress/renderertodo.md +++ b/docs/src/progress/renderertodo.md @@ -2056,6 +2056,7 @@ Fix most tests Rendering engine legacy code reorganization Code cleanup work Logging for loading thread failure +Code cleanup diff --git a/src/main/java/electrosphere/data/entity/creature/IdleData.java b/src/main/java/electrosphere/data/entity/creature/IdleData.java index 4a9012ea..4035e73a 100644 --- a/src/main/java/electrosphere/data/entity/creature/IdleData.java +++ b/src/main/java/electrosphere/data/entity/creature/IdleData.java @@ -7,7 +7,9 @@ import electrosphere.data.entity.common.treedata.TreeDataAnimation; */ public class IdleData { - //the animation that plays when the creature is idle + /** + * The animation that plays when the creature is idle + */ TreeDataAnimation animation; /**