code cleanup
Some checks failed
studiorailgun/Renderer/pipeline/head There was a failure building this commit

This commit is contained in:
austin 2025-05-29 12:22:54 -04:00
parent 4d1a5fa8aa
commit 2ecdaed9c9
2 changed files with 4 additions and 1 deletions

View File

@ -2056,6 +2056,7 @@ Fix most tests
Rendering engine legacy code reorganization
Code cleanup work
Logging for loading thread failure
Code cleanup

View File

@ -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;
/**