Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
keianhzo committed Sep 28, 2023
1 parent 4434e07 commit cb14329
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/react-components/room/object-hooks.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ function isObjectPinned(world, eid) {
if (hasComponent(world, AEntity, eid)) {
return isAEntityPinned(APP.world, eid);
} else {
// This hooks is making decisions based on components attached to the root MediaLoader entity
// This hook is making decisions based on components attached to the root MediaLoader entity
// and the child media entity. ie. The MediaInfo component lives in the child media but the
// networked state lives in the root. This is not great, there is a lot of places where we need to
// do component searches to find either the media root or the actual media. It's not even reasonable
Expand Down

0 comments on commit cb14329

Please sign in to comment.