Просмотр исходного кода

Update Ray.html

fixed broken link
Xander Luciano 8 лет назад
Родитель
Сommit
258de2368f
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      docs/api/math/Ray.html

+ 1 - 1
docs/api/math/Ray.html

@@ -12,7 +12,7 @@
 
 
 		<div class="desc">
 		<div class="desc">
 			A ray that emits from an origin in a certain direction. This is used by the
 			A ray that emits from an origin in a certain direction. This is used by the
-			[page:RayCaster] to assist with [link:https://en.wikipedia.org/wiki/Ray_casting raycasting].
+			[page:Raycaster] to assist with [link:https://en.wikipedia.org/wiki/Ray_casting raycasting].
 			Raycasting is used for mouse picking (working out what objects in the 3D space the mouse is over) amongst
 			Raycasting is used for mouse picking (working out what objects in the 3D space the mouse is over) amongst
 			other things.
 			other things.
 		</div>
 		</div>

粤ICP备19079148号