Skip to content

Commit

Permalink
Trivial change to trigger build bot
Browse files Browse the repository at this point in the history
  • Loading branch information
dmarcos committed Apr 12, 2023
1 parent 1e6a391 commit 0e871ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/a-entity.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ var ONCE = {once: true};
*
* @member {object} components - entity's currently initialized components.
* @member {object} object3D - three.js object.
* @member {array} states
* @member {array} states.
* @member {boolean} isPlaying - false if dynamic behavior of the entity is paused.
*/
class AEntity extends ANode {
Expand Down

0 comments on commit 0e871ba

Please sign in to comment.