Updated Celestial Circus example project.

This commit is contained in:
Nathan Sweet 2024-03-27 16:34:11 -04:00
parent 04667ae67c
commit 72ad822e88
2 changed files with 1 additions and 1 deletions

View File

@ -327,7 +327,7 @@ public class Bone implements Updatable {
this.shearY = shearY;
}
/** Controls how parent world transforms affect this bone. */
/** Determines how parent world transforms affect this bone. */
public Inherit getInherit () {
return inherit;
}