Skip to content

Commit

Permalink
Clarify documentation on Join
Browse files Browse the repository at this point in the history
  • Loading branch information
Steanky committed Mar 9, 2024
1 parent 7f51d8f commit 5be25c3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions core/src/main/java/org/phantazm/core/scene2/Join.java
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,8 @@ public interface Join<T extends Scene> {
* <ul>
* <li>Update the player's Viewable rules, as they are cleared by the SceneManager directly after {@link Join#join(Scene)} is called</li>
* </ul>
* This method is free to access the scene directly (without acquiring) as the scene must be acquired by the
* SceneManager.
*
* @param scene the scene to join
*/
Expand Down

0 comments on commit 5be25c3

Please sign in to comment.