소스 검색

remove space

mitm001 5 년 전
부모
커밋
88ff7b7ca7
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      docs/modules/tutorials/pages/beginner/hello_picking.adoc

+ 0 - 1
docs/modules/tutorials/pages/beginner/hello_picking.adoc

@@ -389,7 +389,6 @@ Change the code as follows to simulate the player picking up objects into the in
 ====
 
 
-
 == Conclusion
 
 You have learned how to use ray casting to solve the task of determining what object a user selected on the screen. You learned that this can be used for a variety of interactions, such as shooting, opening, picking up and dropping items, pressing a button or lever, etc.